public static final class AttributeMapping.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AttributeMapping
AttributeMapping
AttributeMapping.Builder, AttributeMapping.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) |
ProviderAttribute |
getAddress()
The user's postal address is a required attribute.
|
ProviderAttribute |
getBirthdate()
The user's birthday.
|
java.util.Map<java.lang.String,ProviderAttribute> |
getCustom()
Specify custom attribute mapping here and mapping for any standard attributes not supported yet.
|
ProviderAttribute |
getEmail()
The user's e-mail address.
|
ProviderAttribute |
getFamilyName()
The surname or last name of user.
|
ProviderAttribute |
getFullname()
The user's full name in displayable form.
|
ProviderAttribute |
getGender()
The user's gender.
|
ProviderAttribute |
getGivenName()
The user's first name or give name.
|
ProviderAttribute |
getLastUpdateTime()
Time, the user's information was last updated.
|
ProviderAttribute |
getLocale()
The user's locale.
|
ProviderAttribute |
getMiddleName()
The user's middle name.
|
ProviderAttribute |
getNickname()
The user's nickname or casual name.
|
ProviderAttribute |
getPhoneNumber()
The user's telephone number.
|
ProviderAttribute |
getPreferredUsername()
The user's preferred username.
|
ProviderAttribute |
getProfilePage()
The URL to the user's profile page.
|
ProviderAttribute |
getProfilePicture()
The URL to the user's profile picture.
|
ProviderAttribute |
getTimezone()
The user's time zone.
|
ProviderAttribute |
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 ProviderAttribute getAddress()
AttributeMapping
Default: - not mapped
getAddress
in interface AttributeMapping
public final ProviderAttribute getBirthdate()
AttributeMapping
Default: - not mapped
getBirthdate
in interface AttributeMapping
public final java.util.Map<java.lang.String,ProviderAttribute> getCustom()
AttributeMapping
Default: - no custom attribute mapping
getCustom
in interface AttributeMapping
public final ProviderAttribute getEmail()
AttributeMapping
Default: - not mapped
getEmail
in interface AttributeMapping
public final ProviderAttribute getFamilyName()
AttributeMapping
Default: - not mapped
getFamilyName
in interface AttributeMapping
public final ProviderAttribute getFullname()
AttributeMapping
Default: - not mapped
getFullname
in interface AttributeMapping
public final ProviderAttribute getGender()
AttributeMapping
Default: - not mapped
getGender
in interface AttributeMapping
public final ProviderAttribute getGivenName()
AttributeMapping
Default: - not mapped
getGivenName
in interface AttributeMapping
public final ProviderAttribute getLastUpdateTime()
AttributeMapping
Default: - not mapped
getLastUpdateTime
in interface AttributeMapping
public final ProviderAttribute getLocale()
AttributeMapping
Default: - not mapped
getLocale
in interface AttributeMapping
public final ProviderAttribute getMiddleName()
AttributeMapping
Default: - not mapped
getMiddleName
in interface AttributeMapping
public final ProviderAttribute getNickname()
AttributeMapping
Default: - not mapped
getNickname
in interface AttributeMapping
public final ProviderAttribute getPhoneNumber()
AttributeMapping
Default: - not mapped
getPhoneNumber
in interface AttributeMapping
public final ProviderAttribute getPreferredUsername()
AttributeMapping
Default: - not mapped
getPreferredUsername
in interface AttributeMapping
public final ProviderAttribute getProfilePage()
AttributeMapping
Default: - not mapped
getProfilePage
in interface AttributeMapping
public final ProviderAttribute getProfilePicture()
AttributeMapping
Default: - not mapped
getProfilePicture
in interface AttributeMapping
public final ProviderAttribute getTimezone()
AttributeMapping
Default: - not mapped
getTimezone
in interface AttributeMapping
public final ProviderAttribute getWebsite()
AttributeMapping
Default: - not mapped
getWebsite
in interface AttributeMapping
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()