Class AggregatedSolutionType
- java.lang.Object
-
- ai.toloka.client.v1.FlexibleEnum<AggregatedSolutionType>
-
- ai.toloka.client.v1.aggregatedsolutions.AggregatedSolutionType
-
- All Implemented Interfaces:
java.lang.Comparable<AggregatedSolutionType>
public final class AggregatedSolutionType extends FlexibleEnum<AggregatedSolutionType>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ai.toloka.client.v1.FlexibleEnum
FlexibleEnum.NewEnumCreator<T extends FlexibleEnum<T>>
-
-
Field Summary
Fields Modifier and Type Field Description static AggregatedSolutionType
DAWID_SKENE
static AggregatedSolutionType
WEIGHTED_DYNAMIC_OVERLAP
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AggregatedSolutionType
valueOf(java.lang.String name)
static AggregatedSolutionType[]
values()
-
-
-
Field Detail
-
WEIGHTED_DYNAMIC_OVERLAP
public static final AggregatedSolutionType WEIGHTED_DYNAMIC_OVERLAP
-
DAWID_SKENE
public static final AggregatedSolutionType DAWID_SKENE
-
-
Method Detail
-
values
public static AggregatedSolutionType[] values()
-
valueOf
public static AggregatedSolutionType valueOf(java.lang.String name)
-
-