Package io.stigg.api.operations.fragment
Class PaywallFragment.Configuration
- java.lang.Object
-
- io.stigg.api.operations.fragment.PaywallFragment.Configuration
-
- Enclosing class:
- PaywallFragment
public static class PaywallFragment.Configuration extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String__typenamePaywallConfigurationFragmentpaywallConfigurationFragmentSynthetic field for 'PaywallConfigurationFragment'
-
Constructor Summary
Constructors Constructor Description Configuration(java.lang.String __typename, PaywallConfigurationFragment paywallConfigurationFragment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
__typename
public java.lang.String __typename
-
paywallConfigurationFragment
public PaywallConfigurationFragment paywallConfigurationFragment
Synthetic field for 'PaywallConfigurationFragment'
-
-
Constructor Detail
-
Configuration
public Configuration(java.lang.String __typename, PaywallConfigurationFragment paywallConfigurationFragment)
-
-