Package io.stigg.api.operations.type
Class EntitlementResetPeriod
- java.lang.Object
-
- io.stigg.api.operations.type.EntitlementResetPeriod
-
- Direct Known Subclasses:
EntitlementResetPeriod.UNKNOWN__
public class EntitlementResetPeriod extends java.lang.ObjectEntitlement reset period.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEntitlementResetPeriod.UNKNOWN__An enum value that wasn't known at compile time.
-
Field Summary
Fields Modifier and Type Field Description static EntitlementResetPeriodDAYstatic EntitlementResetPeriodHOURstatic EntitlementResetPeriodMONTHjava.lang.StringrawValuestatic com.apollographql.apollo3.api.EnumTypetypestatic EntitlementResetPeriodWEEKstatic EntitlementResetPeriodYEAR
-
Constructor Summary
Constructors Constructor Description EntitlementResetPeriod(java.lang.String rawValue)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EntitlementResetPeriodsafeValueOf(java.lang.String rawValue)
-
-
-
Field Detail
-
type
public static com.apollographql.apollo3.api.EnumType type
-
DAY
public static EntitlementResetPeriod DAY
-
HOUR
public static EntitlementResetPeriod HOUR
-
MONTH
public static EntitlementResetPeriod MONTH
-
WEEK
public static EntitlementResetPeriod WEEK
-
YEAR
public static EntitlementResetPeriod YEAR
-
rawValue
public java.lang.String rawValue
-
-
Method Detail
-
safeValueOf
public static EntitlementResetPeriod safeValueOf(java.lang.String rawValue)
-
-