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.Icon> icons,
java.util.List<AssetsQuery.AppString> appStrings) |
| 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.Icon> |
icons() |
com.apollographql.apollo.api.ResponseFieldMarshaller |
marshaller() |
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.Icon> icons,
@NotNull
java.util.List<AssetsQuery.AppString> appStrings)
@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.Icon> icons()
@NotNull public java.util.List<AssetsQuery.AppString> appStrings()
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