Package io.stigg.api.operations.type
Class MonthlyAccordingTo
- java.lang.Object
-
- io.stigg.api.operations.type.MonthlyAccordingTo
-
- Direct Known Subclasses:
MonthlyAccordingTo.UNKNOWN__
public class MonthlyAccordingTo extends java.lang.ObjectMonthly reset period according to configuration
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMonthlyAccordingTo.UNKNOWN__An enum value that wasn't known at compile time.
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringrawValuestatic MonthlyAccordingToStartOfTheMonthstatic MonthlyAccordingToSubscriptionStartstatic com.apollographql.apollo3.api.EnumTypetype
-
Constructor Summary
Constructors Constructor Description MonthlyAccordingTo(java.lang.String rawValue)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MonthlyAccordingTosafeValueOf(java.lang.String rawValue)
-
-
-
Field Detail
-
type
public static com.apollographql.apollo3.api.EnumType type
-
StartOfTheMonth
public static MonthlyAccordingTo StartOfTheMonth
-
SubscriptionStart
public static MonthlyAccordingTo SubscriptionStart
-
rawValue
public java.lang.String rawValue
-
-
Method Detail
-
safeValueOf
public static MonthlyAccordingTo safeValueOf(java.lang.String rawValue)
-
-