public static class AssetsQuery.ReleaseInfo
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AssetsQuery.ReleaseInfo.Mapper |
| Constructor and Description |
|---|
ReleaseInfo(java.lang.String __typename,
java.util.List<AssetsQuery.Component> components,
java.util.List<AssetsQuery.Color> colors,
java.util.List<AssetsQuery.Image> images,
java.util.List<AssetsQuery.AppString> appStrings,
java.util.List<AssetsQuery.TextStyle> textStyles) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
__typename() |
java.util.List<AssetsQuery.AppString> |
appStrings() |
java.util.List<AssetsQuery.Color> |
colors() |
java.util.List<AssetsQuery.Component> |
components() |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.util.List<AssetsQuery.Image> |
images() |
com.apollographql.apollo.api.ResponseFieldMarshaller |
marshaller() |
java.util.List<AssetsQuery.TextStyle> |
textStyles() |
java.lang.String |
toString() |
public ReleaseInfo(@NotNull
java.lang.String __typename,
@NotNull
java.util.List<AssetsQuery.Component> components,
@NotNull
java.util.List<AssetsQuery.Color> colors,
@NotNull
java.util.List<AssetsQuery.Image> images,
@NotNull
java.util.List<AssetsQuery.AppString> appStrings,
@NotNull
java.util.List<AssetsQuery.TextStyle> textStyles)
@NotNull public java.lang.String __typename()
@NotNull public java.util.List<AssetsQuery.Component> components()
@NotNull public java.util.List<AssetsQuery.Color> colors()
@NotNull public java.util.List<AssetsQuery.Image> images()
@NotNull public java.util.List<AssetsQuery.AppString> appStrings()
@NotNull public java.util.List<AssetsQuery.TextStyle> textStyles()
public com.apollographql.apollo.api.ResponseFieldMarshaller marshaller()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object