Package io.stigg.api.operations.fragment
Class PaywallConfigurationFragment
- java.lang.Object
-
- io.stigg.api.operations.fragment.PaywallConfigurationFragment
-
- All Implemented Interfaces:
com.apollographql.apollo3.api.Executable.Data,com.apollographql.apollo3.api.Fragment.Data
public class PaywallConfigurationFragment extends java.lang.Object implements com.apollographql.apollo3.api.Fragment.Data
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPaywallConfigurationFragment.Layoutstatic classPaywallConfigurationFragment.Palettestatic classPaywallConfigurationFragment.Typography
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringcustomCssPaywallConfigurationFragment.LayoutlayoutPaywallConfigurationFragment.PalettepalettePaywallConfigurationFragment.Typographytypography
-
Constructor Summary
Constructors Constructor Description PaywallConfigurationFragment(PaywallConfigurationFragment.Palette palette, PaywallConfigurationFragment.Typography typography, PaywallConfigurationFragment.Layout layout, java.lang.String customCss)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
palette
public PaywallConfigurationFragment.Palette palette
-
typography
public PaywallConfigurationFragment.Typography typography
-
layout
public PaywallConfigurationFragment.Layout layout
-
customCss
public java.lang.String customCss
-
-
Constructor Detail
-
PaywallConfigurationFragment
public PaywallConfigurationFragment(PaywallConfigurationFragment.Palette palette, PaywallConfigurationFragment.Typography typography, PaywallConfigurationFragment.Layout layout, java.lang.String customCss)
-
-