public final class IdentitytoolkitRelyingpartyDownloadAccountRequest 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 |
|---|
IdentitytoolkitRelyingpartyDownloadAccountRequest() |
| Modifier and Type | Method and Description |
|---|---|
IdentitytoolkitRelyingpartyDownloadAccountRequest |
clone() |
Long |
getDelegatedProjectNumber()
GCP project number of the requesting delegated app.
|
Long |
getMaxResults()
The max number of results to return in the response.
|
String |
getNextPageToken()
The token for the next page.
|
String |
getTargetProjectId()
Specify which project (field value is actually project id) to operate.
|
IdentitytoolkitRelyingpartyDownloadAccountRequest |
set(String fieldName,
Object value) |
IdentitytoolkitRelyingpartyDownloadAccountRequest |
setDelegatedProjectNumber(Long delegatedProjectNumber)
GCP project number of the requesting delegated app.
|
IdentitytoolkitRelyingpartyDownloadAccountRequest |
setMaxResults(Long maxResults)
The max number of results to return in the response.
|
IdentitytoolkitRelyingpartyDownloadAccountRequest |
setNextPageToken(String nextPageToken)
The token for the next page.
|
IdentitytoolkitRelyingpartyDownloadAccountRequest |
setTargetProjectId(String targetProjectId)
Specify which project (field value is actually project id) to operate.
|
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 IdentitytoolkitRelyingpartyDownloadAccountRequest()
public Long getDelegatedProjectNumber()
null for nonepublic IdentitytoolkitRelyingpartyDownloadAccountRequest setDelegatedProjectNumber(Long delegatedProjectNumber)
delegatedProjectNumber - delegatedProjectNumber or null for nonepublic Long getMaxResults()
null for nonepublic IdentitytoolkitRelyingpartyDownloadAccountRequest setMaxResults(Long maxResults)
maxResults - maxResults or null for nonepublic String getNextPageToken()
null for nonepublic IdentitytoolkitRelyingpartyDownloadAccountRequest setNextPageToken(String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic String getTargetProjectId()
null for nonepublic IdentitytoolkitRelyingpartyDownloadAccountRequest setTargetProjectId(String targetProjectId)
targetProjectId - targetProjectId or null for nonepublic IdentitytoolkitRelyingpartyDownloadAccountRequest set(String fieldName, Object value)
set in class GenericJsonpublic IdentitytoolkitRelyingpartyDownloadAccountRequest clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.