public static class AssetsQuery.TextStyle
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AssetsQuery.TextStyle.Mapper |
| Constructor and Description |
|---|
TextStyle(java.lang.String __typename,
java.lang.String name,
AssetsQuery.FontSize fontSize,
AssetsQuery.LineHeight lineHeight,
AssetsQuery.Font font) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
__typename() |
boolean |
equals(java.lang.Object o) |
AssetsQuery.Font |
font() |
AssetsQuery.FontSize |
fontSize() |
int |
hashCode() |
AssetsQuery.LineHeight |
lineHeight() |
com.apollographql.apollo.api.ResponseFieldMarshaller |
marshaller() |
java.lang.String |
name() |
java.lang.String |
toString() |
public TextStyle(@NotNull
java.lang.String __typename,
@NotNull
java.lang.String name,
@NotNull
AssetsQuery.FontSize fontSize,
@NotNull
AssetsQuery.LineHeight lineHeight,
@NotNull
AssetsQuery.Font font)
@NotNull public java.lang.String __typename()
@NotNull public java.lang.String name()
@NotNull public AssetsQuery.FontSize fontSize()
@NotNull public AssetsQuery.LineHeight lineHeight()
@NotNull public AssetsQuery.Font font()
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