Class ProjectUserRestriction
- java.lang.Object
-
- ai.toloka.client.v1.userrestriction.UserRestriction
-
- ai.toloka.client.v1.userrestriction.ProjectUserRestriction
-
public class ProjectUserRestriction extends UserRestriction
-
-
Field Summary
-
Fields inherited from class ai.toloka.client.v1.userrestriction.UserRestriction
created, id, privateComment, scope, userId, willExpire
-
-
Constructor Summary
Constructors Constructor Description ProjectUserRestriction(java.lang.String userId, java.lang.String projectId, java.lang.String privateComment, java.util.Date willExpire)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getProjectId()
-
Methods inherited from class ai.toloka.client.v1.userrestriction.UserRestriction
getCreated, getId, getPrivateComment, getScope, getUserId, getWillExpire, setPrivateComment, setWillExpire
-
-