public abstract class

AbstractServiceUserRequest

extends Object
java.lang.Object
   ↳ com.atlassian.bitbucket.user.AbstractServiceUserRequest
Known Direct Subclasses

Summary

Nested Classes
class AbstractServiceUserRequest.AbstractBuilder<B extends AbstractBuilder<B>>  
Protected Constructors
AbstractServiceUserRequest(AbstractBuilder builder)
Public Methods
@Nullable String getDisplayName()
@Nullable String getEmailAddress()
@Nullable String getLabel()
@Nullable String getName()
boolean isActive()
[Expand]
Inherited Methods
From class java.lang.Object

Protected Constructors

protected AbstractServiceUserRequest (AbstractBuilder builder)

Public Methods

@Nullable public String getDisplayName ()

Returns
  • an optional display name. If not set, the display name will default to the username

@Nullable public String getEmailAddress ()

Returns
  • an optional email address

@Nullable public String getLabel ()

Returns
  • an optional label. If not set, the label will default to the DEFAULT_LABEL

@Nullable public String getName ()

Returns
  • an optional name. If not set, a username will be generated.

public boolean isActive ()

Returns
  • whether the user should be active