public final class UnmappedIdentity
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 Cloud Search 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.Flags| Constructor and Description |
|---|
UnmappedIdentity() |
| Modifier and Type | Method and Description |
|---|---|
UnmappedIdentity |
clone() |
Principal |
getExternalIdentity()
The resource name for an external user.
|
java.lang.String |
getResolutionStatusCode()
The resolution status for the external identity.
|
UnmappedIdentity |
set(java.lang.String fieldName,
java.lang.Object value) |
UnmappedIdentity |
setExternalIdentity(Principal externalIdentity)
The resource name for an external user.
|
UnmappedIdentity |
setResolutionStatusCode(java.lang.String resolutionStatusCode)
The resolution status for the external identity.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic Principal getExternalIdentity()
null for nonepublic UnmappedIdentity setExternalIdentity(Principal externalIdentity)
externalIdentity - externalIdentity or null for nonepublic java.lang.String getResolutionStatusCode()
null for nonepublic UnmappedIdentity setResolutionStatusCode(java.lang.String resolutionStatusCode)
resolutionStatusCode - resolutionStatusCode or null for nonepublic UnmappedIdentity set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic UnmappedIdentity clone()
clone in class com.google.api.client.json.GenericJson