Package io.stigg.api.operations.fragment
Class CustomerPortalEntitlementFragment
- java.lang.Object
-
- io.stigg.api.operations.fragment.CustomerPortalEntitlementFragment
-
- All Implemented Interfaces:
com.apollographql.apollo3.api.Executable.Data,com.apollographql.apollo3.api.Fragment.Data
public class CustomerPortalEntitlementFragment extends java.lang.Object implements com.apollographql.apollo3.api.Fragment.Data
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCustomerPortalEntitlementFragment.Featurestatic classCustomerPortalEntitlementFragment.ResetPeriodConfiguration
-
Field Summary
Fields Modifier and Type Field Description java.lang.DoublecurrentUsageCustomerPortalEntitlementFragment.Featurefeaturejava.lang.BooleanhasSoftLimitjava.lang.BooleanhasUnlimitedUsagejava.lang.BooleanisGrantedjava.time.InstantnextResetDateEntitlementResetPeriodresetPeriodCustomerPortalEntitlementFragment.ResetPeriodConfigurationresetPeriodConfigurationjava.lang.DoubleusageLimit
-
Constructor Summary
Constructors Constructor Description CustomerPortalEntitlementFragment(java.lang.Boolean isGranted, java.lang.Double usageLimit, java.lang.Double currentUsage, java.lang.Boolean hasUnlimitedUsage, java.lang.Boolean hasSoftLimit, java.time.Instant nextResetDate, EntitlementResetPeriod resetPeriod, CustomerPortalEntitlementFragment.ResetPeriodConfiguration resetPeriodConfiguration, CustomerPortalEntitlementFragment.Feature feature)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
isGranted
public java.lang.Boolean isGranted
-
usageLimit
public java.lang.Double usageLimit
-
currentUsage
public java.lang.Double currentUsage
-
hasUnlimitedUsage
public java.lang.Boolean hasUnlimitedUsage
-
hasSoftLimit
public java.lang.Boolean hasSoftLimit
-
nextResetDate
public java.time.Instant nextResetDate
-
resetPeriod
public EntitlementResetPeriod resetPeriod
-
resetPeriodConfiguration
public CustomerPortalEntitlementFragment.ResetPeriodConfiguration resetPeriodConfiguration
-
feature
public CustomerPortalEntitlementFragment.Feature feature
-
-
Constructor Detail
-
CustomerPortalEntitlementFragment
public CustomerPortalEntitlementFragment(java.lang.Boolean isGranted, java.lang.Double usageLimit, java.lang.Double currentUsage, java.lang.Boolean hasUnlimitedUsage, java.lang.Boolean hasSoftLimit, java.time.Instant nextResetDate, EntitlementResetPeriod resetPeriod, CustomerPortalEntitlementFragment.ResetPeriodConfiguration resetPeriodConfiguration, CustomerPortalEntitlementFragment.Feature feature)
-
-