public final class IdentitytoolkitRelyingpartyGetAccountInfoRequest 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 |
|---|
IdentitytoolkitRelyingpartyGetAccountInfoRequest() |
| Modifier and Type | Method and Description |
|---|---|
IdentitytoolkitRelyingpartyGetAccountInfoRequest |
clone() |
Long |
getDelegatedProjectNumber()
GCP project number of the requesting delegated app.
|
List<String> |
getEmail()
The list of emails of the users to inquiry.
|
String |
getIdToken()
The GITKit token of the authenticated user.
|
List<String> |
getLocalId()
The list of local ID's of the users to inquiry.
|
List<String> |
getPhoneNumber()
Privileged caller can query users by specified phone number.
|
IdentitytoolkitRelyingpartyGetAccountInfoRequest |
set(String fieldName,
Object value) |
IdentitytoolkitRelyingpartyGetAccountInfoRequest |
setDelegatedProjectNumber(Long delegatedProjectNumber)
GCP project number of the requesting delegated app.
|
IdentitytoolkitRelyingpartyGetAccountInfoRequest |
setEmail(List<String> email)
The list of emails of the users to inquiry.
|
IdentitytoolkitRelyingpartyGetAccountInfoRequest |
setIdToken(String idToken)
The GITKit token of the authenticated user.
|
IdentitytoolkitRelyingpartyGetAccountInfoRequest |
setLocalId(List<String> localId)
The list of local ID's of the users to inquiry.
|
IdentitytoolkitRelyingpartyGetAccountInfoRequest |
setPhoneNumber(List<String> phoneNumber)
Privileged caller can query users by specified phone number.
|
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 IdentitytoolkitRelyingpartyGetAccountInfoRequest()
public Long getDelegatedProjectNumber()
null for nonepublic IdentitytoolkitRelyingpartyGetAccountInfoRequest setDelegatedProjectNumber(Long delegatedProjectNumber)
delegatedProjectNumber - delegatedProjectNumber or null for nonepublic List<String> getEmail()
null for nonepublic IdentitytoolkitRelyingpartyGetAccountInfoRequest setEmail(List<String> email)
email - email or null for nonepublic String getIdToken()
null for nonepublic IdentitytoolkitRelyingpartyGetAccountInfoRequest setIdToken(String idToken)
idToken - idToken or null for nonepublic List<String> getLocalId()
null for nonepublic IdentitytoolkitRelyingpartyGetAccountInfoRequest setLocalId(List<String> localId)
localId - localId or null for nonepublic List<String> getPhoneNumber()
null for nonepublic IdentitytoolkitRelyingpartyGetAccountInfoRequest setPhoneNumber(List<String> phoneNumber)
phoneNumber - phoneNumber or null for nonepublic IdentitytoolkitRelyingpartyGetAccountInfoRequest set(String fieldName, Object value)
set in class GenericJsonpublic IdentitytoolkitRelyingpartyGetAccountInfoRequest clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.