Bitbucket Server Documentation
Bitbucket Server - REST Model
Package Index
|
Class Index
com.atlassian.bitbucket.rest
com.atlassian.bitbucket.rest.activity
com.atlassian.bitbucket.rest.auth
com.atlassian.bitbucket.rest.avatar
com.atlassian.bitbucket.rest.cluster
com.atlassian.bitbucket.rest.comment
com.atlassian.bitbucket.rest.commit
com.atlassian.bitbucket.rest.content
com.atlassian.bitbucket.rest.dashboard
com.atlassian.bitbucket.rest.hook.repository
com.atlassian.bitbucket.rest.job
com.atlassian.bitbucket.rest.label
com.atlassian.bitbucket.rest.license
com.atlassian.bitbucket.rest.log
com.atlassian.bitbucket.rest.mail
com.atlassian.bitbucket.rest.markup
com.atlassian.bitbucket.rest.migration
com.atlassian.bitbucket.rest.permission
com.atlassian.bitbucket.rest.project
com.atlassian.bitbucket.rest.property
com.atlassian.bitbucket.rest.pull
com.atlassian.bitbucket.rest.repository
com.atlassian.bitbucket.rest.scm
com.atlassian.bitbucket.rest.scope
com.atlassian.bitbucket.rest.server
com.atlassian.bitbucket.rest.task
com.atlassian.bitbucket.rest.user
com.atlassian.bitbucket.rest.util
com.atlassian.bitbucket.rest.validation
com.atlassian.bitbucket.rest.webhook
com.atlassian.bitbucket.rest.webhook.history
Classes
ExampleDetailedUser
RestApplicationUser
RestDetailedGroup
RestDetailedUser
RestErasedUser
RestPermittedGroup
RestPermittedUser
RestPerson
Package Index
|
Class Index
Summary:
Inherited Constants
|
Fields
|
Methods
|
Inherited Methods
|
[Expand All]
public class
ExampleDetailedUser
extends
Object
implements
DetailedUser
java.lang.Object
↳
com.atlassian.bitbucket.rest.user.ExampleDetailedUser
Summary
[Expand]
Inherited Constants
From interface com.atlassian.bitbucket.user.ApplicationUser
int
MAX_SLUG_LENGTH
String
SLUG_REGEXP
Fields
public static final
ExampleDetailedUser
EXAMPLE
Public Methods
<T> T
accept
(
ApplicationUserVisitor
<T> visitor)
String
getDirectoryName
()
@Nonnull
String
getDisplayName
()
String
getEmailAddress
()
int
getId
()
Date
getLastAuthenticationTimestamp
()
@Nonnull
String
getName
()
@Nonnull
String
getSlug
()
@Nonnull
UserType
getType
()
boolean
isActive
()
boolean
isDeletable
()
boolean
isMutableDetails
()
boolean
isMutableGroups
()
static
ExampleDetailedUser
newExample
(
String
name)
[Expand]
Inherited Methods
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
final void
wait
()
From interface
com.atlassian.bitbucket.user.ApplicationUser
<T> T
accept
(
ApplicationUserVisitor
<T> arg0)
@Nonnull @
RequiredString
String
getDisplayName
()
int
getId
()
@Nonnull @
RequiredString
String
getSlug
()
@Nonnull
UserType
getType
()
boolean
isActive
()
From interface
com.atlassian.bitbucket.user.DetailedUser
@Nullable
String
getDirectoryName
()
@Nullable
Date
getLastAuthenticationTimestamp
()
boolean
isDeletable
()
boolean
isMutableDetails
()
boolean
isMutableGroups
()
From interface
com.atlassian.bitbucket.user.Person
String
getEmailAddress
()
@Nonnull
String
getName
()
From interface
java.security.Principal
boolean
equals
(
Object
arg0)
String
getName
()
int
hashCode
()
boolean
implies
(
Subject
arg0)
String
toString
()
Fields
public static final
ExampleDetailedUser
EXAMPLE
Public Methods
public T
accept
(
ApplicationUserVisitor
<T> visitor)
public
String
getDirectoryName
()
@Nonnull public
String
getDisplayName
()
public
String
getEmailAddress
()
public int
getId
()
public
Date
getLastAuthenticationTimestamp
()
Returns
the user's last authentication timestamp, or
null
@Nonnull public
String
getName
()
@Nonnull public
String
getSlug
()
@Nonnull public
UserType
getType
()
public boolean
isActive
()
public boolean
isDeletable
()
public boolean
isMutableDetails
()
public boolean
isMutableGroups
()
public static
ExampleDetailedUser
newExample
(
String
name)