Package io.stigg.api.operations.type
Class BillingPeriod
- java.lang.Object
-
- io.stigg.api.operations.type.BillingPeriod
-
- Direct Known Subclasses:
BillingPeriod.UNKNOWN__
public class BillingPeriod extends java.lang.ObjectBilling period.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBillingPeriod.UNKNOWN__An enum value that wasn't known at compile time.
-
Field Summary
Fields Modifier and Type Field Description static BillingPeriodANNUALLYstatic BillingPeriodMONTHLYjava.lang.StringrawValuestatic com.apollographql.apollo3.api.EnumTypetype
-
Constructor Summary
Constructors Constructor Description BillingPeriod(java.lang.String rawValue)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BillingPeriodsafeValueOf(java.lang.String rawValue)
-
-
-
Field Detail
-
type
public static com.apollographql.apollo3.api.EnumType type
-
ANNUALLY
public static BillingPeriod ANNUALLY
-
MONTHLY
public static BillingPeriod MONTHLY
-
rawValue
public java.lang.String rawValue
-
-
Method Detail
-
safeValueOf
public static BillingPeriod safeValueOf(java.lang.String rawValue)
-
-