Package io.stigg.api.operations.type
Class DiscountDurationType
- java.lang.Object
-
- io.stigg.api.operations.type.DiscountDurationType
-
- Direct Known Subclasses:
DiscountDurationType.UNKNOWN__
public class DiscountDurationType extends java.lang.ObjectThe type of the discount duration
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDiscountDurationType.UNKNOWN__An enum value that wasn't known at compile time.
-
Field Summary
Fields Modifier and Type Field Description static DiscountDurationTypeFOREVERstatic DiscountDurationTypeONCEjava.lang.StringrawValuestatic DiscountDurationTypeREPEATINGstatic com.apollographql.apollo3.api.EnumTypetype
-
Constructor Summary
Constructors Constructor Description DiscountDurationType(java.lang.String rawValue)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DiscountDurationTypesafeValueOf(java.lang.String rawValue)
-
-
-
Field Detail
-
type
public static com.apollographql.apollo3.api.EnumType type
-
FOREVER
public static DiscountDurationType FOREVER
-
ONCE
public static DiscountDurationType ONCE
-
REPEATING
public static DiscountDurationType REPEATING
-
rawValue
public java.lang.String rawValue
-
-
Method Detail
-
safeValueOf
public static DiscountDurationType safeValueOf(java.lang.String rawValue)
-
-