public final class ResetPasswordResponse 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 |
|---|
ResetPasswordResponse() |
| Modifier and Type | Method and Description |
|---|---|
ResetPasswordResponse |
clone() |
String |
getEmail()
The user's email.
|
String |
getKind()
The fixed string "identitytoolkit#ResetPasswordResponse".
|
String |
getNewEmail()
If the out-of-band code is for email recovery, the user's new email.
|
String |
getRequestType()
The request type.
|
ResetPasswordResponse |
set(String fieldName,
Object value) |
ResetPasswordResponse |
setEmail(String email)
The user's email.
|
ResetPasswordResponse |
setKind(String kind)
The fixed string "identitytoolkit#ResetPasswordResponse".
|
ResetPasswordResponse |
setNewEmail(String newEmail)
If the out-of-band code is for email recovery, the user's new email.
|
ResetPasswordResponse |
setRequestType(String requestType)
The request type.
|
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 String getEmail()
null for nonepublic ResetPasswordResponse setEmail(String email)
email - email or null for nonepublic String getKind()
null for nonepublic ResetPasswordResponse setKind(String kind)
kind - kind or null for nonepublic String getNewEmail()
null for nonepublic ResetPasswordResponse setNewEmail(String newEmail)
newEmail - newEmail or null for nonepublic String getRequestType()
null for nonepublic ResetPasswordResponse setRequestType(String requestType)
requestType - requestType or null for nonepublic ResetPasswordResponse set(String fieldName, Object value)
set in class GenericJsonpublic ResetPasswordResponse clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.