Package io.stigg.api.operations.fragment
Class PromotionalEntitlementFragment
- java.lang.Object
-
- io.stigg.api.operations.fragment.PromotionalEntitlementFragment
-
- All Implemented Interfaces:
com.apollographql.apollo3.api.Executable.Data,com.apollographql.apollo3.api.Fragment.Data
public class PromotionalEntitlementFragment extends java.lang.Object implements com.apollographql.apollo3.api.Fragment.Data
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPromotionalEntitlementFragment.Feature
-
Field Summary
Fields Modifier and Type Field Description java.time.InstantendDatePromotionalEntitlementFragment.Featurefeaturejava.lang.StringfeatureIdjava.lang.BooleanhasSoftLimitjava.lang.BooleanhasUnlimitedUsagejava.lang.BooleanisVisibleEntitlementResetPeriodresetPeriodPromotionalEntitlementStatusstatusjava.lang.DoubleusageLimit
-
Constructor Summary
Constructors Constructor Description PromotionalEntitlementFragment(PromotionalEntitlementStatus status, java.lang.Double usageLimit, java.lang.String featureId, java.lang.Boolean hasUnlimitedUsage, java.lang.Boolean hasSoftLimit, EntitlementResetPeriod resetPeriod, java.time.Instant endDate, java.lang.Boolean isVisible, PromotionalEntitlementFragment.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
-
status
public PromotionalEntitlementStatus status
-
usageLimit
public java.lang.Double usageLimit
-
featureId
public java.lang.String featureId
-
hasUnlimitedUsage
public java.lang.Boolean hasUnlimitedUsage
-
hasSoftLimit
public java.lang.Boolean hasSoftLimit
-
resetPeriod
public EntitlementResetPeriod resetPeriod
-
endDate
public java.time.Instant endDate
-
isVisible
public java.lang.Boolean isVisible
-
feature
public PromotionalEntitlementFragment.Feature feature
-
-
Constructor Detail
-
PromotionalEntitlementFragment
public PromotionalEntitlementFragment(PromotionalEntitlementStatus status, java.lang.Double usageLimit, java.lang.String featureId, java.lang.Boolean hasUnlimitedUsage, java.lang.Boolean hasSoftLimit, EntitlementResetPeriod resetPeriod, java.time.Instant endDate, java.lang.Boolean isVisible, PromotionalEntitlementFragment.Feature feature)
-
-