Package com.atlassian.bitbucket.user
Class AbstractServiceUserRequest
java.lang.Object
com.atlassian.bitbucket.user.AbstractServiceUserRequest
- Direct Known Subclasses:
ServiceUserCreateRequest
,ServiceUserUpdateRequest
-
Constructor Details
-
AbstractServiceUserRequest
-
-
Method Details
-
getDisplayName
- Returns:
- an optional display name. If not set, the display name will default to the
username
-
getEmailAddress
- Returns:
- an optional email address
-
getLabel
- Returns:
- an optional label. If not set, the label will default to the
ServiceUser.DEFAULT_LABEL
-
getName
- Returns:
- an optional name. If not set, a username will be generated.
-
isActive
public boolean isActive()- Returns:
- whether the user should be active
-