public final class ImmutableUser extends BaseImmutableUser implements User, Serializable
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ImmutableUser.Builder  | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
ImmutableUser(ImmutableUser.Builder builder)  | 
  | 
ImmutableUser(long directoryId,
             String name,
             String displayName,
             String emailAddress,
             boolean active,
             String firstName,
             String lastName,
             String externalId)  | 
  | 
ImmutableUser(User user)  | 
| Modifier and Type | Method and Description | 
|---|---|
static ImmutableUser.Builder | 
builder(long directoryId,
       String name)  | 
static ImmutableUser.Builder | 
builder(String name)  | 
static ImmutableUser.Builder | 
builder(User user)  | 
static ImmutableUser | 
from(User user)  | 
ImmutableUser | 
withName(String name)  | 
compareTo, equals, getDirectoryId, getDisplayName, getEmailAddress, getExternalId, getFirstName, getLastName, getName, hashCode, isActive, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetExternalId, getFirstName, getLastNameequals, getDirectoryId, getName, hashCodecompareTo, equals, getDirectoryId, getDisplayName, getEmailAddress, hashCode, isActive, isMarkedAsDeletedpublic ImmutableUser(User user)
public ImmutableUser(long directoryId,
                     String name,
                     String displayName,
                     String emailAddress,
                     boolean active,
                     String firstName,
                     String lastName,
                     String externalId)
protected ImmutableUser(ImmutableUser.Builder builder)
public ImmutableUser withName(String name)
withName in class BaseImmutableUserpublic static ImmutableUser from(User user)
public static ImmutableUser.Builder builder(User user)
public static ImmutableUser.Builder builder(String name)
public static ImmutableUser.Builder builder(long directoryId, String name)
Copyright © 2023 Atlassian. All rights reserved.