public final class Relyingparty
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 Identity Toolkit 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 |
---|
Relyingparty() |
Modifier and Type | Method and Description |
---|---|
Relyingparty |
clone() |
java.lang.Boolean |
getAndroidInstallApp()
whether or not to install the android app on the device where the link is opened
|
java.lang.String |
getAndroidMinimumVersion()
minimum version of the app.
|
java.lang.String |
getAndroidPackageName()
android package name of the android app to handle the action code
|
java.lang.Boolean |
getCanHandleCodeInApp()
whether or not the app can handle the oob code without first going to web
|
java.lang.String |
getCaptchaResp()
The recaptcha response from the user.
|
java.lang.String |
getChallenge()
The recaptcha challenge presented to the user.
|
java.lang.String |
getContinueUrl()
The url to continue to the Gitkit app
|
java.lang.String |
getEmail()
The email of the user.
|
java.lang.String |
getIdToken()
The user's Gitkit login token for email change.
|
java.lang.String |
getIOSAppStoreId()
iOS app store id to download the app if it's not already installed
|
java.lang.String |
getIOSBundleId()
the iOS bundle id of iOS app to handle the action code
|
java.lang.String |
getKind()
The fixed string "identitytoolkit#relyingparty".
|
java.lang.String |
getNewEmail()
The new email if the code is for email change.
|
java.lang.String |
getRequestType()
The request type.
|
java.lang.String |
getUserIp()
The IP address of the user.
|
Relyingparty |
set(java.lang.String fieldName,
java.lang.Object value) |
Relyingparty |
setAndroidInstallApp(java.lang.Boolean androidInstallApp)
whether or not to install the android app on the device where the link is opened
|
Relyingparty |
setAndroidMinimumVersion(java.lang.String androidMinimumVersion)
minimum version of the app.
|
Relyingparty |
setAndroidPackageName(java.lang.String androidPackageName)
android package name of the android app to handle the action code
|
Relyingparty |
setCanHandleCodeInApp(java.lang.Boolean canHandleCodeInApp)
whether or not the app can handle the oob code without first going to web
|
Relyingparty |
setCaptchaResp(java.lang.String captchaResp)
The recaptcha response from the user.
|
Relyingparty |
setChallenge(java.lang.String challenge)
The recaptcha challenge presented to the user.
|
Relyingparty |
setContinueUrl(java.lang.String continueUrl)
The url to continue to the Gitkit app
|
Relyingparty |
setEmail(java.lang.String email)
The email of the user.
|
Relyingparty |
setIdToken(java.lang.String idToken)
The user's Gitkit login token for email change.
|
Relyingparty |
setIOSAppStoreId(java.lang.String iOSAppStoreId)
iOS app store id to download the app if it's not already installed
|
Relyingparty |
setIOSBundleId(java.lang.String iOSBundleId)
the iOS bundle id of iOS app to handle the action code
|
Relyingparty |
setKind(java.lang.String kind)
The fixed string "identitytoolkit#relyingparty".
|
Relyingparty |
setNewEmail(java.lang.String newEmail)
The new email if the code is for email change.
|
Relyingparty |
setRequestType(java.lang.String requestType)
The request type.
|
Relyingparty |
setUserIp(java.lang.String userIp)
The IP address of the user.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.Boolean getAndroidInstallApp()
null
for nonepublic Relyingparty setAndroidInstallApp(java.lang.Boolean androidInstallApp)
androidInstallApp
- androidInstallApp or null
for nonepublic java.lang.String getAndroidMinimumVersion()
null
for nonepublic Relyingparty setAndroidMinimumVersion(java.lang.String androidMinimumVersion)
androidMinimumVersion
- androidMinimumVersion or null
for nonepublic java.lang.String getAndroidPackageName()
null
for nonepublic Relyingparty setAndroidPackageName(java.lang.String androidPackageName)
androidPackageName
- androidPackageName or null
for nonepublic java.lang.Boolean getCanHandleCodeInApp()
null
for nonepublic Relyingparty setCanHandleCodeInApp(java.lang.Boolean canHandleCodeInApp)
canHandleCodeInApp
- canHandleCodeInApp or null
for nonepublic java.lang.String getCaptchaResp()
null
for nonepublic Relyingparty setCaptchaResp(java.lang.String captchaResp)
captchaResp
- captchaResp or null
for nonepublic java.lang.String getChallenge()
null
for nonepublic Relyingparty setChallenge(java.lang.String challenge)
challenge
- challenge or null
for nonepublic java.lang.String getContinueUrl()
null
for nonepublic Relyingparty setContinueUrl(java.lang.String continueUrl)
continueUrl
- continueUrl or null
for nonepublic java.lang.String getEmail()
null
for nonepublic Relyingparty setEmail(java.lang.String email)
email
- email or null
for nonepublic java.lang.String getIOSAppStoreId()
null
for nonepublic Relyingparty setIOSAppStoreId(java.lang.String iOSAppStoreId)
iOSAppStoreId
- iOSAppStoreId or null
for nonepublic java.lang.String getIOSBundleId()
null
for nonepublic Relyingparty setIOSBundleId(java.lang.String iOSBundleId)
iOSBundleId
- iOSBundleId or null
for nonepublic java.lang.String getIdToken()
null
for nonepublic Relyingparty setIdToken(java.lang.String idToken)
idToken
- idToken or null
for nonepublic java.lang.String getKind()
null
for nonepublic Relyingparty setKind(java.lang.String kind)
kind
- kind or null
for nonepublic java.lang.String getNewEmail()
null
for nonepublic Relyingparty setNewEmail(java.lang.String newEmail)
newEmail
- newEmail or null
for nonepublic java.lang.String getRequestType()
null
for nonepublic Relyingparty setRequestType(java.lang.String requestType)
requestType
- requestType or null
for nonepublic java.lang.String getUserIp()
null
for nonepublic Relyingparty setUserIp(java.lang.String userIp)
userIp
- userIp or null
for nonepublic Relyingparty set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public Relyingparty clone()
clone
in class com.google.api.client.json.GenericJson