Package io.stigg.api.operations.type
Class PromotionalEntitlementPeriod
- java.lang.Object
-
- io.stigg.api.operations.type.PromotionalEntitlementPeriod
-
- Direct Known Subclasses:
PromotionalEntitlementPeriod.UNKNOWN__
public class PromotionalEntitlementPeriod extends java.lang.ObjectPromotional entitlement duration
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPromotionalEntitlementPeriod.UNKNOWN__An enum value that wasn't known at compile time.
-
Field Summary
Fields Modifier and Type Field Description static PromotionalEntitlementPeriodCUSTOMstatic PromotionalEntitlementPeriodLIFETIMEstatic PromotionalEntitlementPeriodONE_MONTHstatic PromotionalEntitlementPeriodONE_WEEKstatic PromotionalEntitlementPeriodONE_YEARjava.lang.StringrawValuestatic PromotionalEntitlementPeriodSIX_MONTHstatic com.apollographql.apollo3.api.EnumTypetype
-
Constructor Summary
Constructors Constructor Description PromotionalEntitlementPeriod(java.lang.String rawValue)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PromotionalEntitlementPeriodsafeValueOf(java.lang.String rawValue)
-
-
-
Field Detail
-
type
public static com.apollographql.apollo3.api.EnumType type
-
CUSTOM
public static PromotionalEntitlementPeriod CUSTOM
-
LIFETIME
public static PromotionalEntitlementPeriod LIFETIME
-
ONE_MONTH
public static PromotionalEntitlementPeriod ONE_MONTH
-
ONE_WEEK
public static PromotionalEntitlementPeriod ONE_WEEK
-
ONE_YEAR
public static PromotionalEntitlementPeriod ONE_YEAR
-
SIX_MONTH
public static PromotionalEntitlementPeriod SIX_MONTH
-
rawValue
public java.lang.String rawValue
-
-
Method Detail
-
safeValueOf
public static PromotionalEntitlementPeriod safeValueOf(java.lang.String rawValue)
-
-