Package io.stigg.api.operations.type
Class CouponType
- java.lang.Object
-
- io.stigg.api.operations.type.CouponType
-
- Direct Known Subclasses:
CouponType.UNKNOWN__
public class CouponType extends java.lang.ObjectThe type of the coupon
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCouponType.UNKNOWN__An enum value that wasn't known at compile time.
-
Field Summary
Fields Modifier and Type Field Description static CouponTypeFIXEDstatic CouponTypePERCENTAGEjava.lang.StringrawValuestatic com.apollographql.apollo3.api.EnumTypetype
-
Constructor Summary
Constructors Constructor Description CouponType(java.lang.String rawValue)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CouponTypesafeValueOf(java.lang.String rawValue)
-
-
-
Field Detail
-
type
public static com.apollographql.apollo3.api.EnumType type
-
FIXED
public static CouponType FIXED
-
PERCENTAGE
public static CouponType PERCENTAGE
-
rawValue
public java.lang.String rawValue
-
-
Method Detail
-
safeValueOf
public static CouponType safeValueOf(java.lang.String rawValue)
-
-