Package io.stigg.api.operations.fragment
Class PlanFragment
- java.lang.Object
-
- io.stigg.api.operations.fragment.PlanFragment
-
- All Implemented Interfaces:
com.apollographql.apollo3.api.Executable.Data,com.apollographql.apollo3.api.Fragment.Data
public class PlanFragment extends java.lang.Object implements com.apollographql.apollo3.api.Fragment.Data
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPlanFragment.BasePlanstatic classPlanFragment.CompatibleAddonstatic classPlanFragment.DefaultTrialConfigstatic classPlanFragment.Entitlementstatic classPlanFragment.InheritedEntitlementstatic classPlanFragment.OveragePricestatic classPlanFragment.Pricestatic classPlanFragment.Product
-
Field Summary
Fields Modifier and Type Field Description java.lang.ObjectadditionalMetaDataPlanFragment.BasePlanbasePlanjava.lang.StringbillingIdjava.util.List<PlanFragment.CompatibleAddon>compatibleAddonsPlanFragment.DefaultTrialConfigdefaultTrialConfigjava.lang.Stringdescriptionjava.lang.StringdisplayNamejava.util.List<PlanFragment.Entitlement>entitlementsjava.util.List<WidgetType>hiddenFromWidgetsjava.lang.Stringidjava.util.List<PlanFragment.InheritedEntitlement>inheritedEntitlementsjava.util.List<PlanFragment.OveragePrice>overagePricesjava.util.List<PlanFragment.Price>pricesPricingTypepricingTypePlanFragment.Productproductjava.lang.StringrefIdjava.lang.IntegerversionNumber
-
Constructor Summary
Constructors Constructor Description PlanFragment(java.lang.String id, java.lang.String refId, java.lang.String displayName, java.lang.String description, java.lang.String billingId, java.lang.Integer versionNumber, java.lang.Object additionalMetaData, java.util.List<WidgetType> hiddenFromWidgets, PlanFragment.Product product, PlanFragment.BasePlan basePlan, java.util.List<PlanFragment.Entitlement> entitlements, java.util.List<PlanFragment.InheritedEntitlement> inheritedEntitlements, java.util.List<PlanFragment.CompatibleAddon> compatibleAddons, java.util.List<PlanFragment.Price> prices, java.util.List<PlanFragment.OveragePrice> overagePrices, PricingType pricingType, PlanFragment.DefaultTrialConfig defaultTrialConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
id
public java.lang.String id
-
refId
public java.lang.String refId
-
displayName
public java.lang.String displayName
-
description
public java.lang.String description
-
billingId
public java.lang.String billingId
-
versionNumber
public java.lang.Integer versionNumber
-
additionalMetaData
public java.lang.Object additionalMetaData
-
hiddenFromWidgets
public java.util.List<WidgetType> hiddenFromWidgets
-
product
public PlanFragment.Product product
-
basePlan
public PlanFragment.BasePlan basePlan
-
entitlements
public java.util.List<PlanFragment.Entitlement> entitlements
-
inheritedEntitlements
public java.util.List<PlanFragment.InheritedEntitlement> inheritedEntitlements
-
compatibleAddons
public java.util.List<PlanFragment.CompatibleAddon> compatibleAddons
-
prices
public java.util.List<PlanFragment.Price> prices
-
overagePrices
public java.util.List<PlanFragment.OveragePrice> overagePrices
-
pricingType
public PricingType pricingType
-
defaultTrialConfig
public PlanFragment.DefaultTrialConfig defaultTrialConfig
-
-
Constructor Detail
-
PlanFragment
public PlanFragment(java.lang.String id, java.lang.String refId, java.lang.String displayName, java.lang.String description, java.lang.String billingId, java.lang.Integer versionNumber, java.lang.Object additionalMetaData, java.util.List<WidgetType> hiddenFromWidgets, PlanFragment.Product product, PlanFragment.BasePlan basePlan, java.util.List<PlanFragment.Entitlement> entitlements, java.util.List<PlanFragment.InheritedEntitlement> inheritedEntitlements, java.util.List<PlanFragment.CompatibleAddon> compatibleAddons, java.util.List<PlanFragment.Price> prices, java.util.List<PlanFragment.OveragePrice> overagePrices, PricingType pricingType, PlanFragment.DefaultTrialConfig defaultTrialConfig)
-
-