Package ai.toloka.client.v1.attachment
Class AttachmentType
- java.lang.Object
-
- ai.toloka.client.v1.FlexibleEnum<AttachmentType>
-
- ai.toloka.client.v1.attachment.AttachmentType
-
- All Implemented Interfaces:
java.lang.Comparable<AttachmentType>
public final class AttachmentType extends FlexibleEnum<AttachmentType>
-
-
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 AttachmentType
ASSIGNMENT_ATTACHMENT
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AttachmentType
valueOf(java.lang.String name)
static AttachmentType[]
values()
-
-
-
Field Detail
-
ASSIGNMENT_ATTACHMENT
public static final AttachmentType ASSIGNMENT_ATTACHMENT
-
-
Method Detail
-
values
public static AttachmentType[] values()
-
valueOf
public static AttachmentType valueOf(java.lang.String name)
-
-