public static final class StandardAttributes.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements StandardAttributes
StandardAttributes
StandardAttributes.Builder, StandardAttributes.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
StandardAttribute |
getAddress()
The user's postal address.
|
StandardAttribute |
getBirthdate()
The user's birthday, represented as an ISO 8601:2004 format.
|
StandardAttribute |
getEmail()
The user's e-mail address, represented as an RFC 5322 [RFC5322] addr-spec.
|
StandardAttribute |
getEmailVerified()
(deprecated) DEPRECATED.
|
StandardAttribute |
getFamilyName()
The surname or last name of the user.
|
StandardAttribute |
getFullname()
The user's full name in displayable form, including all name parts, titles and suffixes.
|
StandardAttribute |
getGender()
The user's gender.
|
StandardAttribute |
getGivenName()
The user's first name or give name.
|
StandardAttribute |
getLastUpdateTime()
The time, the user's information was last updated.
|
StandardAttribute |
getLocale()
The user's locale, represented as a BCP47 [RFC5646] language tag.
|
StandardAttribute |
getMiddleName()
The user's middle name.
|
StandardAttribute |
getNickname()
The user's nickname or casual name.
|
StandardAttribute |
getPhoneNumber()
The user's telephone number.
|
StandardAttribute |
getPhoneNumberVerified()
(deprecated) DEPRECATED.
|
StandardAttribute |
getPreferredUsername()
The user's preffered username, different from the immutable user name.
|
StandardAttribute |
getProfilePage()
The URL to the user's profile page.
|
StandardAttribute |
getProfilePicture()
The URL to the user's profile picture.
|
StandardAttribute |
getTimezone()
The user's time zone.
|
StandardAttribute |
getWebsite()
The URL to the user's web page or blog.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final StandardAttribute getAddress()
StandardAttributes
Default: - see the defaults under `StandardAttribute`
getAddress
in interface StandardAttributes
public final StandardAttribute getBirthdate()
StandardAttributes
Default: - see the defaults under `StandardAttribute`
getBirthdate
in interface StandardAttributes
public final StandardAttribute getEmail()
StandardAttributes
Default: - see the defaults under `StandardAttribute`
getEmail
in interface StandardAttributes
public final StandardAttribute getEmailVerified()
StandardAttributes
Default: - see the defaults under `StandardAttribute`
getEmailVerified
in interface StandardAttributes
public final StandardAttribute getFamilyName()
StandardAttributes
Default: - see the defaults under `StandardAttribute`
getFamilyName
in interface StandardAttributes
public final StandardAttribute getFullname()
StandardAttributes
Default: - see the defaults under `StandardAttribute`
getFullname
in interface StandardAttributes
public final StandardAttribute getGender()
StandardAttributes
Default: - see the defaults under `StandardAttribute`
getGender
in interface StandardAttributes
public final StandardAttribute getGivenName()
StandardAttributes
Default: - see the defaults under `StandardAttribute`
getGivenName
in interface StandardAttributes
public final StandardAttribute getLastUpdateTime()
StandardAttributes
Default: - see the defaults under `StandardAttribute`
getLastUpdateTime
in interface StandardAttributes
public final StandardAttribute getLocale()
StandardAttributes
Default: - see the defaults under `StandardAttribute`
getLocale
in interface StandardAttributes
public final StandardAttribute getMiddleName()
StandardAttributes
Default: - see the defaults under `StandardAttribute`
getMiddleName
in interface StandardAttributes
public final StandardAttribute getNickname()
StandardAttributes
Default: - see the defaults under `StandardAttribute`
getNickname
in interface StandardAttributes
public final StandardAttribute getPhoneNumber()
StandardAttributes
Default: - see the defaults under `StandardAttribute`
getPhoneNumber
in interface StandardAttributes
public final StandardAttribute getPhoneNumberVerified()
StandardAttributes
Default: - see the defaults under `StandardAttribute`
getPhoneNumberVerified
in interface StandardAttributes
public final StandardAttribute getPreferredUsername()
StandardAttributes
Default: - see the defaults under `StandardAttribute`
getPreferredUsername
in interface StandardAttributes
public final StandardAttribute getProfilePage()
StandardAttributes
Default: - see the defaults under `StandardAttribute`
getProfilePage
in interface StandardAttributes
public final StandardAttribute getProfilePicture()
StandardAttributes
Default: - see the defaults under `StandardAttribute`
getProfilePicture
in interface StandardAttributes
public final StandardAttribute getTimezone()
StandardAttributes
Default: - see the defaults under `StandardAttribute`
getTimezone
in interface StandardAttributes
public final StandardAttribute getWebsite()
StandardAttributes
Default: - see the defaults under `StandardAttribute`
getWebsite
in interface StandardAttributes
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()