Class RestUser
- java.lang.Object
-
- com.atlassian.bamboo.rest.model.AbstractRestModel
-
- com.atlassian.bamboo.rest.model.admin.user.RestUser
-
- Direct Known Subclasses:
RestNewUser
,RestUserDetails
,RestUserPermission
public class RestUser extends AbstractRestModel
Model representing a user in Bamboo.- Since:
- 6.2
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.rest.model.AbstractRestModel
self
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEmail()
String
getFullName()
String
getName()
String
getSanitizedName()
-
Methods inherited from class com.atlassian.bamboo.rest.model.AbstractRestModel
getSelf, setSelf
-
-