public final class IdentitytoolkitRelyingpartyDeleteAccountRequest extends 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 Identity Toolkit API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
IdentitytoolkitRelyingpartyDeleteAccountRequest() |
| Modifier and Type | Method and Description |
|---|---|
IdentitytoolkitRelyingpartyDeleteAccountRequest |
clone() |
Long |
getDelegatedProjectNumber()
GCP project number of the requesting delegated app.
|
String |
getIdToken()
The GITKit token or STS id token of the authenticated user.
|
String |
getLocalId()
The local ID of the user.
|
IdentitytoolkitRelyingpartyDeleteAccountRequest |
set(String fieldName,
Object value) |
IdentitytoolkitRelyingpartyDeleteAccountRequest |
setDelegatedProjectNumber(Long delegatedProjectNumber)
GCP project number of the requesting delegated app.
|
IdentitytoolkitRelyingpartyDeleteAccountRequest |
setIdToken(String idToken)
The GITKit token or STS id token of the authenticated user.
|
IdentitytoolkitRelyingpartyDeleteAccountRequest |
setLocalId(String localId)
The local ID of the user.
|
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 IdentitytoolkitRelyingpartyDeleteAccountRequest()
public Long getDelegatedProjectNumber()
null for nonepublic IdentitytoolkitRelyingpartyDeleteAccountRequest setDelegatedProjectNumber(Long delegatedProjectNumber)
delegatedProjectNumber - delegatedProjectNumber or null for nonepublic String getIdToken()
null for nonepublic IdentitytoolkitRelyingpartyDeleteAccountRequest setIdToken(String idToken)
idToken - idToken or null for nonepublic String getLocalId()
null for nonepublic IdentitytoolkitRelyingpartyDeleteAccountRequest setLocalId(String localId)
localId - localId or null for nonepublic IdentitytoolkitRelyingpartyDeleteAccountRequest set(String fieldName, Object value)
set in class GenericJsonpublic IdentitytoolkitRelyingpartyDeleteAccountRequest clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.