Package io.stigg.api.operations.type
Class PricingType
- java.lang.Object
-
- io.stigg.api.operations.type.PricingType
-
- Direct Known Subclasses:
PricingType.UNKNOWN__
public class PricingType extends java.lang.ObjectPricing Type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPricingType.UNKNOWN__An enum value that wasn't known at compile time.
-
Field Summary
Fields Modifier and Type Field Description static PricingTypeCUSTOMstatic PricingTypeFREEstatic PricingTypePAIDjava.lang.StringrawValuestatic com.apollographql.apollo3.api.EnumTypetype
-
Constructor Summary
Constructors Constructor Description PricingType(java.lang.String rawValue)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PricingTypesafeValueOf(java.lang.String rawValue)
-
-
-
Field Detail
-
type
public static com.apollographql.apollo3.api.EnumType type
-
CUSTOM
public static PricingType CUSTOM
-
FREE
public static PricingType FREE
-
PAID
public static PricingType PAID
-
rawValue
public java.lang.String rawValue
-
-
Method Detail
-
safeValueOf
public static PricingType safeValueOf(java.lang.String rawValue)
-
-