Class RestUserPermission
- java.lang.Object
-
- com.atlassian.bamboo.rest.model.AbstractRestModel
-
- com.atlassian.bamboo.rest.model.admin.user.RestUser
-
- com.atlassian.bamboo.rest.model.permission.RestUserPermission
-
public class RestUserPermission extends RestUser
Model for user permission REST endpoint- Since:
- 6.2
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.rest.model.AbstractRestModel
self
-
-
Constructor Summary
Constructors Constructor Description RestUserPermission(com.atlassian.user.User user, Collection<String> permissions)
RestUserPermission(String userName, String userFullName, String email, Collection<String> permissions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getPermissions()
-
Methods inherited from class com.atlassian.bamboo.rest.model.admin.user.RestUser
getEmail, getFullName, getName, getSanitizedName
-
Methods inherited from class com.atlassian.bamboo.rest.model.AbstractRestModel
getSelf, setSelf
-
-
-
-
Constructor Detail
-
RestUserPermission
public RestUserPermission(com.atlassian.user.User user, Collection<String> permissions)
-
RestUserPermission
public RestUserPermission(String userName, String userFullName, String email, Collection<String> permissions)
-
-