User.Builder |
User.Builder.addresses(Collection<Address> addresses) |
A list of Address objects containing addresses associated with the user.
|
User.Builder |
User.Builder.addresses(Consumer<Address.Builder>... addresses) |
A list of Address objects containing addresses associated with the user.
|
User.Builder |
User.Builder.addresses(Address... addresses) |
A list of Address objects containing addresses associated with the user.
|
static User.Builder |
User.builder() |
|
User.Builder |
User.Builder.displayName(String displayName) |
A string containing the name of the user that is formatted for display when the user is referenced.
|
User.Builder |
User.Builder.emails(Collection<Email> emails) |
A list of Email objects containing email addresses associated with the user.
|
User.Builder |
User.Builder.emails(Consumer<Email.Builder>... emails) |
A list of Email objects containing email addresses associated with the user.
|
User.Builder |
User.Builder.emails(Email... emails) |
A list of Email objects containing email addresses associated with the user.
|
User.Builder |
User.Builder.externalIds(Collection<ExternalId> externalIds) |
A list of ExternalId objects that contains the identifiers issued to this resource by an
external identity provider.
|
User.Builder |
User.Builder.externalIds(Consumer<ExternalId.Builder>... externalIds) |
A list of ExternalId objects that contains the identifiers issued to this resource by an
external identity provider.
|
User.Builder |
User.Builder.externalIds(ExternalId... externalIds) |
A list of ExternalId objects that contains the identifiers issued to this resource by an
external identity provider.
|
User.Builder |
User.Builder.identityStoreId(String identityStoreId) |
The globally unique identifier for the identity store.
|
User.Builder |
User.Builder.locale(String locale) |
A string containing the geographical region or location of the user.
|
default User.Builder |
User.Builder.name(Consumer<Name.Builder> name) |
An object containing the name of the user.
|
User.Builder |
User.Builder.name(Name name) |
An object containing the name of the user.
|
User.Builder |
User.Builder.nickName(String nickName) |
A string containing an alternate name for the user.
|
User.Builder |
User.Builder.phoneNumbers(Collection<PhoneNumber> phoneNumbers) |
A list of PhoneNumber objects containing phone numbers associated with the user.
|
User.Builder |
User.Builder.phoneNumbers(Consumer<PhoneNumber.Builder>... phoneNumbers) |
A list of PhoneNumber objects containing phone numbers associated with the user.
|
User.Builder |
User.Builder.phoneNumbers(PhoneNumber... phoneNumbers) |
A list of PhoneNumber objects containing phone numbers associated with the user.
|
User.Builder |
User.Builder.preferredLanguage(String preferredLanguage) |
A string containing the preferred language of the user.
|
User.Builder |
User.Builder.profileUrl(String profileUrl) |
A string containing a URL that might be associated with the user.
|
User.Builder |
User.Builder.timezone(String timezone) |
A string containing the time zone of the user.
|
User.Builder |
User.Builder.title(String title) |
A string containing the title of the user.
|
User.Builder |
User.toBuilder() |
|
User.Builder |
User.Builder.userId(String userId) |
The identifier for a user in the identity store.
|
User.Builder |
User.Builder.userName(String userName) |
A unique string used to identify the user.
|
User.Builder |
User.Builder.userType(String userType) |
A string indicating the type of user.
|