Package io.stigg.api.operations.type
Class GetPaywallInput
- java.lang.Object
-
- io.stigg.api.operations.type.GetPaywallInput
-
public class GetPaywallInput extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetPaywallInput.Builder
-
Field Summary
Fields Modifier and Type Field Description com.apollographql.apollo3.api.Optional<java.lang.String>billingCountryCodecom.apollographql.apollo3.api.Optional<WidgetType>contextcom.apollographql.apollo3.api.Optional<java.lang.String>customerIdcom.apollographql.apollo3.api.Optional<java.lang.String>environmentIdcom.apollographql.apollo3.api.Optional<java.lang.Boolean>fetchAllCountriesPricescom.apollographql.apollo3.api.Optional<java.lang.Boolean>includeHiddenPlanscom.apollographql.apollo3.api.Optional<java.lang.String>productIdcom.apollographql.apollo3.api.Optional<java.lang.String>resourceId
-
Constructor Summary
Constructors Constructor Description GetPaywallInput(com.apollographql.apollo3.api.Optional<java.lang.String> billingCountryCode, com.apollographql.apollo3.api.Optional<WidgetType> context, com.apollographql.apollo3.api.Optional<java.lang.String> customerId, com.apollographql.apollo3.api.Optional<java.lang.String> environmentId, com.apollographql.apollo3.api.Optional<java.lang.Boolean> fetchAllCountriesPrices, com.apollographql.apollo3.api.Optional<java.lang.Boolean> includeHiddenPlans, com.apollographql.apollo3.api.Optional<java.lang.String> productId, com.apollographql.apollo3.api.Optional<java.lang.String> resourceId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetPaywallInput.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
billingCountryCode
public final com.apollographql.apollo3.api.Optional<java.lang.String> billingCountryCode
-
context
public final com.apollographql.apollo3.api.Optional<WidgetType> context
-
customerId
public final com.apollographql.apollo3.api.Optional<java.lang.String> customerId
-
environmentId
public final com.apollographql.apollo3.api.Optional<java.lang.String> environmentId
-
fetchAllCountriesPrices
public final com.apollographql.apollo3.api.Optional<java.lang.Boolean> fetchAllCountriesPrices
-
includeHiddenPlans
public final com.apollographql.apollo3.api.Optional<java.lang.Boolean> includeHiddenPlans
-
productId
public final com.apollographql.apollo3.api.Optional<java.lang.String> productId
-
resourceId
public final com.apollographql.apollo3.api.Optional<java.lang.String> resourceId
-
-
Constructor Detail
-
GetPaywallInput
public GetPaywallInput(com.apollographql.apollo3.api.Optional<java.lang.String> billingCountryCode, com.apollographql.apollo3.api.Optional<WidgetType> context, com.apollographql.apollo3.api.Optional<java.lang.String> customerId, com.apollographql.apollo3.api.Optional<java.lang.String> environmentId, com.apollographql.apollo3.api.Optional<java.lang.Boolean> fetchAllCountriesPrices, com.apollographql.apollo3.api.Optional<java.lang.Boolean> includeHiddenPlans, com.apollographql.apollo3.api.Optional<java.lang.String> productId, com.apollographql.apollo3.api.Optional<java.lang.String> resourceId)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static GetPaywallInput.Builder builder()
-
-