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
Model for user permission REST endpoint
- Since:
- 6.2
-
Field Summary
Fields inherited from class com.atlassian.bamboo.rest.model.AbstractRestModel
self
-
Constructor Summary
ConstructorDescriptionRestUserPermission
(com.atlassian.user.User user, Collection<String> permissions) RestUserPermission
(String userName, String userFullName, String email, Collection<String> permissions) -
Method Summary
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 Details
-
RestUserPermission
-
RestUserPermission
public RestUserPermission(String userName, String userFullName, String email, Collection<String> permissions)
-
-
Method Details
-
getPermissions
-