Package io.stigg.api.operations.fragment
Class TypographyConfigurationFragment
- java.lang.Object
-
- io.stigg.api.operations.fragment.TypographyConfigurationFragment
-
- All Implemented Interfaces:
com.apollographql.apollo3.api.Executable.Data,com.apollographql.apollo3.api.Fragment.Data
public class TypographyConfigurationFragment extends java.lang.Object implements com.apollographql.apollo3.api.Fragment.Data
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTypographyConfigurationFragment.Bodystatic classTypographyConfigurationFragment.H1static classTypographyConfigurationFragment.H2static classTypographyConfigurationFragment.H3
-
Field Summary
Fields Modifier and Type Field Description TypographyConfigurationFragment.Bodybodyjava.lang.StringfontFamilyTypographyConfigurationFragment.H1h1TypographyConfigurationFragment.H2h2TypographyConfigurationFragment.H3h3
-
Constructor Summary
Constructors Constructor Description TypographyConfigurationFragment(java.lang.String fontFamily, TypographyConfigurationFragment.H1 h1, TypographyConfigurationFragment.H2 h2, TypographyConfigurationFragment.H3 h3, TypographyConfigurationFragment.Body body)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
fontFamily
public java.lang.String fontFamily
-
h1
public TypographyConfigurationFragment.H1 h1
-
h2
public TypographyConfigurationFragment.H2 h2
-
h3
public TypographyConfigurationFragment.H3 h3
-
body
public TypographyConfigurationFragment.Body body
-
-
Constructor Detail
-
TypographyConfigurationFragment
public TypographyConfigurationFragment(java.lang.String fontFamily, TypographyConfigurationFragment.H1 h1, TypographyConfigurationFragment.H2 h2, TypographyConfigurationFragment.H3 h3, TypographyConfigurationFragment.Body body)
-
-