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