public final class ImmutableUser extends BaseImmutableUser implements User
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, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getExternalId, getFirstName, getLastName
equals, getDirectoryId, getName, hashCode
compareTo, equals, getDirectoryId, getDisplayName, getEmailAddress, hashCode, isActive
public 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 BaseImmutableUser
public 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 © 2020 Atlassian. All rights reserved.