public static final class SetAccountInfoResponse.ProviderUserInfo extends GenericJson
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ProviderUserInfo() |
| Modifier and Type | Method and Description |
|---|---|
SetAccountInfoResponse.ProviderUserInfo |
clone() |
String |
getDisplayName()
The user's display name at the IDP.
|
String |
getFederatedId()
User's identifier at IDP.
|
String |
getPhotoUrl()
The user's photo url at the IDP.
|
String |
getProviderId()
The IdP ID.
|
SetAccountInfoResponse.ProviderUserInfo |
set(String fieldName,
Object value) |
SetAccountInfoResponse.ProviderUserInfo |
setDisplayName(String displayName)
The user's display name at the IDP.
|
SetAccountInfoResponse.ProviderUserInfo |
setFederatedId(String federatedId)
User's identifier at IDP.
|
SetAccountInfoResponse.ProviderUserInfo |
setPhotoUrl(String photoUrl)
The user's photo url at the IDP.
|
SetAccountInfoResponse.ProviderUserInfo |
setProviderId(String providerId)
The IdP ID.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getDisplayName()
null for nonepublic SetAccountInfoResponse.ProviderUserInfo setDisplayName(String displayName)
displayName - displayName or null for nonepublic String getFederatedId()
null for nonepublic SetAccountInfoResponse.ProviderUserInfo setFederatedId(String federatedId)
federatedId - federatedId or null for nonepublic String getPhotoUrl()
null for nonepublic SetAccountInfoResponse.ProviderUserInfo setPhotoUrl(String photoUrl)
photoUrl - photoUrl or null for nonepublic String getProviderId()
null for nonepublic SetAccountInfoResponse.ProviderUserInfo setProviderId(String providerId)
providerId - providerId or null for nonepublic SetAccountInfoResponse.ProviderUserInfo set(String fieldName, Object value)
set in class GenericJsonpublic SetAccountInfoResponse.ProviderUserInfo clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.