public final class ExternalAccountIdentifiers
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Play Android Developer API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ExternalAccountIdentifiers() |
| Modifier and Type | Method and Description |
|---|---|
ExternalAccountIdentifiers |
clone() |
String |
getExternalAccountId()
User account identifier in the third-party service.
|
String |
getObfuscatedExternalAccountId()
An obfuscated version of the id that is uniquely associated with the user's account in your
app.
|
String |
getObfuscatedExternalProfileId()
An obfuscated version of the id that is uniquely associated with the user's profile in your
app.
|
ExternalAccountIdentifiers |
set(String fieldName,
Object value) |
ExternalAccountIdentifiers |
setExternalAccountId(String externalAccountId)
User account identifier in the third-party service.
|
ExternalAccountIdentifiers |
setObfuscatedExternalAccountId(String obfuscatedExternalAccountId)
An obfuscated version of the id that is uniquely associated with the user's account in your
app.
|
ExternalAccountIdentifiers |
setObfuscatedExternalProfileId(String obfuscatedExternalProfileId)
An obfuscated version of the id that is uniquely associated with the user's profile in your
app.
|
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 getExternalAccountId()
null for nonepublic ExternalAccountIdentifiers setExternalAccountId(String externalAccountId)
externalAccountId - externalAccountId or null for nonepublic String getObfuscatedExternalAccountId()
null for nonepublic ExternalAccountIdentifiers setObfuscatedExternalAccountId(String obfuscatedExternalAccountId)
obfuscatedExternalAccountId - obfuscatedExternalAccountId or null for nonepublic String getObfuscatedExternalProfileId()
null for nonepublic ExternalAccountIdentifiers setObfuscatedExternalProfileId(String obfuscatedExternalProfileId)
obfuscatedExternalProfileId - obfuscatedExternalProfileId or null for nonepublic ExternalAccountIdentifiers set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ExternalAccountIdentifiers clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.