Package io.stigg.api.operations.type
Class PublishMigrationType
- java.lang.Object
-
- io.stigg.api.operations.type.PublishMigrationType
-
- Direct Known Subclasses:
PublishMigrationType.UNKNOWN__
public class PublishMigrationType extends java.lang.ObjectPublishMigrationType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPublishMigrationType.UNKNOWN__An enum value that wasn't known at compile time.
-
Field Summary
Fields Modifier and Type Field Description static PublishMigrationTypeALL_CUSTOMERSstatic PublishMigrationTypeNEW_CUSTOMERSjava.lang.StringrawValuestatic com.apollographql.apollo3.api.EnumTypetype
-
Constructor Summary
Constructors Constructor Description PublishMigrationType(java.lang.String rawValue)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PublishMigrationTypesafeValueOf(java.lang.String rawValue)
-
-
-
Field Detail
-
type
public static com.apollographql.apollo3.api.EnumType type
-
ALL_CUSTOMERS
public static PublishMigrationType ALL_CUSTOMERS
-
NEW_CUSTOMERS
public static PublishMigrationType NEW_CUSTOMERS
-
rawValue
public java.lang.String rawValue
-
-
Method Detail
-
safeValueOf
public static PublishMigrationType safeValueOf(java.lang.String rawValue)
-
-