| Modifier and Type | Class and Description |
|---|---|
static class |
StandardAttribute.Jsii$Proxy
An implementation for
StandardAttribute |
| Modifier and Type | Method and Description |
|---|---|
StandardAttribute |
StandardAttribute.Builder.build()
Builds the configured instance.
|
default StandardAttribute |
StandardAttributes.getAddress()
The user's postal address.
|
StandardAttribute |
StandardAttributes.Jsii$Proxy.getAddress() |
default StandardAttribute |
StandardAttributes.getBirthdate()
The user's birthday, represented as an ISO 8601:2004 format.
|
StandardAttribute |
StandardAttributes.Jsii$Proxy.getBirthdate() |
default StandardAttribute |
StandardAttributes.getEmail()
The user's e-mail address, represented as an RFC 5322 [RFC5322] addr-spec.
|
StandardAttribute |
StandardAttributes.Jsii$Proxy.getEmail() |
default StandardAttribute |
StandardAttributes.getEmailVerified()
Whether the email address has been verified.
|
StandardAttribute |
StandardAttributes.Jsii$Proxy.getEmailVerified() |
default StandardAttribute |
StandardAttributes.getFamilyName()
The surname or last name of the user.
|
StandardAttribute |
StandardAttributes.Jsii$Proxy.getFamilyName() |
default StandardAttribute |
StandardAttributes.getFullname()
The user's full name in displayable form, including all name parts, titles and suffixes.
|
StandardAttribute |
StandardAttributes.Jsii$Proxy.getFullname() |
default StandardAttribute |
StandardAttributes.getGender()
The user's gender.
|
StandardAttribute |
StandardAttributes.Jsii$Proxy.getGender() |
default StandardAttribute |
StandardAttributes.getGivenName()
The user's first name or give name.
|
StandardAttribute |
StandardAttributes.Jsii$Proxy.getGivenName() |
default StandardAttribute |
StandardAttributes.getLastUpdateTime()
The time, the user's information was last updated.
|
StandardAttribute |
StandardAttributes.Jsii$Proxy.getLastUpdateTime() |
default StandardAttribute |
StandardAttributes.getLocale()
The user's locale, represented as a BCP47 [RFC5646] language tag.
|
StandardAttribute |
StandardAttributes.Jsii$Proxy.getLocale() |
default StandardAttribute |
StandardAttributes.getMiddleName()
The user's middle name.
|
StandardAttribute |
StandardAttributes.Jsii$Proxy.getMiddleName() |
default StandardAttribute |
StandardAttributes.getNickname()
The user's nickname or casual name.
|
StandardAttribute |
StandardAttributes.Jsii$Proxy.getNickname() |
default StandardAttribute |
StandardAttributes.getPhoneNumber()
The user's telephone number.
|
StandardAttribute |
StandardAttributes.Jsii$Proxy.getPhoneNumber() |
default StandardAttribute |
StandardAttributes.getPhoneNumberVerified()
Whether the phone number has been verified.
|
StandardAttribute |
StandardAttributes.Jsii$Proxy.getPhoneNumberVerified() |
default StandardAttribute |
StandardAttributes.getPreferredUsername()
The user's preffered username, different from the immutable user name.
|
StandardAttribute |
StandardAttributes.Jsii$Proxy.getPreferredUsername() |
default StandardAttribute |
StandardAttributes.getProfilePage()
The URL to the user's profile page.
|
StandardAttribute |
StandardAttributes.Jsii$Proxy.getProfilePage() |
default StandardAttribute |
StandardAttributes.getProfilePicture()
The URL to the user's profile picture.
|
StandardAttribute |
StandardAttributes.Jsii$Proxy.getProfilePicture() |
default StandardAttribute |
StandardAttributes.getTimezone()
The user's time zone.
|
StandardAttribute |
StandardAttributes.Jsii$Proxy.getTimezone() |
default StandardAttribute |
StandardAttributes.getWebsite()
The URL to the user's web page or blog.
|
StandardAttribute |
StandardAttributes.Jsii$Proxy.getWebsite() |
| Constructor and Description |
|---|
Jsii$Proxy(StandardAttribute address,
StandardAttribute birthdate,
StandardAttribute email,
StandardAttribute emailVerified,
StandardAttribute familyName,
StandardAttribute fullname,
StandardAttribute gender,
StandardAttribute givenName,
StandardAttribute lastUpdateTime,
StandardAttribute locale,
StandardAttribute middleName,
StandardAttribute nickname,
StandardAttribute phoneNumber,
StandardAttribute phoneNumberVerified,
StandardAttribute preferredUsername,
StandardAttribute profilePage,
StandardAttribute profilePicture,
StandardAttribute timezone,
StandardAttribute website)
Constructor that initializes the object based on literal property values passed by the
StandardAttributes.Builder. |
Copyright © 2021. All rights reserved.