Class AbstractServiceUserRequest

java.lang.Object
com.atlassian.bitbucket.user.AbstractServiceUserRequest
Direct Known Subclasses:
ServiceUserCreateRequest, ServiceUserUpdateRequest

public abstract class AbstractServiceUserRequest extends Object
  • Constructor Details

  • Method Details

    • getDisplayName

      @Nullable public String getDisplayName()
      Returns:
      an optional display name. If not set, the display name will default to the username
    • getEmailAddress

      @Nullable public String getEmailAddress()
      Returns:
      an optional email address
    • getLabel

      @Nullable public String getLabel()
      Returns:
      an optional label. If not set, the label will default to the ServiceUser.DEFAULT_LABEL
    • getName

      @Nullable public String getName()
      Returns:
      an optional name. If not set, a username will be generated.
    • isActive

      public boolean isActive()
      Returns:
      whether the user should be active