Package io.stigg.api.operations.type
Class experimentGroupType
- java.lang.Object
-
- io.stigg.api.operations.type.experimentGroupType
-
- Direct Known Subclasses:
experimentGroupType.UNKNOWN__
public class experimentGroupType extends java.lang.ObjectThe group of the experiment
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classexperimentGroupType.UNKNOWN__An enum value that wasn't known at compile time.
-
Field Summary
Fields Modifier and Type Field Description static experimentGroupTypeCONTROLjava.lang.StringrawValuestatic com.apollographql.apollo3.api.EnumTypetypestatic experimentGroupTypeVARIANT
-
Constructor Summary
Constructors Constructor Description experimentGroupType(java.lang.String rawValue)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static experimentGroupTypesafeValueOf(java.lang.String rawValue)
-
-
-
Field Detail
-
type
public static com.apollographql.apollo3.api.EnumType type
-
CONTROL
public static experimentGroupType CONTROL
-
VARIANT
public static experimentGroupType VARIANT
-
rawValue
public java.lang.String rawValue
-
-
Method Detail
-
safeValueOf
public static experimentGroupType safeValueOf(java.lang.String rawValue)
-
-