public final class IdentitytoolkitRelyingpartyResetPasswordRequest 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 |
|---|
IdentitytoolkitRelyingpartyResetPasswordRequest() |
| Modifier and Type | Method and Description |
|---|---|
IdentitytoolkitRelyingpartyResetPasswordRequest |
clone() |
String |
getEmail()
The email address of the user.
|
String |
getNewPassword()
The new password inputted by the user.
|
String |
getOldPassword()
The old password inputted by the user.
|
String |
getOobCode()
The confirmation code.
|
IdentitytoolkitRelyingpartyResetPasswordRequest |
set(String fieldName,
Object value) |
IdentitytoolkitRelyingpartyResetPasswordRequest |
setEmail(String email)
The email address of the user.
|
IdentitytoolkitRelyingpartyResetPasswordRequest |
setNewPassword(String newPassword)
The new password inputted by the user.
|
IdentitytoolkitRelyingpartyResetPasswordRequest |
setOldPassword(String oldPassword)
The old password inputted by the user.
|
IdentitytoolkitRelyingpartyResetPasswordRequest |
setOobCode(String oobCode)
The confirmation code.
|
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 IdentitytoolkitRelyingpartyResetPasswordRequest()
public String getEmail()
null for nonepublic IdentitytoolkitRelyingpartyResetPasswordRequest setEmail(String email)
email - email or null for nonepublic String getNewPassword()
null for nonepublic IdentitytoolkitRelyingpartyResetPasswordRequest setNewPassword(String newPassword)
newPassword - newPassword or null for nonepublic String getOldPassword()
null for nonepublic IdentitytoolkitRelyingpartyResetPasswordRequest setOldPassword(String oldPassword)
oldPassword - oldPassword or null for nonepublic String getOobCode()
null for nonepublic IdentitytoolkitRelyingpartyResetPasswordRequest setOobCode(String oobCode)
oobCode - oobCode or null for nonepublic IdentitytoolkitRelyingpartyResetPasswordRequest set(String fieldName, Object value)
set in class GenericJsonpublic IdentitytoolkitRelyingpartyResetPasswordRequest clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.