Class RestUserDetails
java.lang.Object
com.atlassian.bamboo.rest.model.AbstractRestModel
com.atlassian.bamboo.rest.model.admin.user.RestUser
com.atlassian.bamboo.rest.model.admin.user.RestUserDetails
Model representing a user, with information about directory
- Since:
- 6.6
-
Field Summary
Fields inherited from class com.atlassian.bamboo.rest.model.AbstractRestModel
self
-
Constructor Summary
ConstructorDescriptionRestUserDetails
(String username, String fullName, String email, String directoryName, boolean isActive, boolean editable) -
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
-
RestUserDetails
-