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
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
From interface com.atlassian.bitbucket.user.ApplicationUser
From interface com.atlassian.bitbucket.user.DetailedUser
From interface com.atlassian.bitbucket.user.Person
From interface java.security.Principal

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)