Package io.lakefs.clients.api.model
Class UpdatePasswordByToken
- java.lang.Object
-
- io.lakefs.clients.api.model.UpdatePasswordByToken
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class UpdatePasswordByToken extends ObjectUpdatePasswordByToken
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_EMAILstatic StringSERIALIZED_NAME_NEW_PASSWORDstatic StringSERIALIZED_NAME_TOKEN
-
Constructor Summary
Constructors Constructor Description UpdatePasswordByToken()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdatePasswordByTokenemail(String email)booleanequals(Object o)StringgetEmail()optional user email to match the token for verificationStringgetNewPassword()new password to updateStringgetToken()token used for authenticationinthashCode()UpdatePasswordByTokennewPassword(String newPassword)voidsetEmail(String email)voidsetNewPassword(String newPassword)voidsetToken(String token)UpdatePasswordByTokentoken(String token)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_TOKEN
public static final String SERIALIZED_NAME_TOKEN
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NEW_PASSWORD
public static final String SERIALIZED_NAME_NEW_PASSWORD
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_EMAIL
public static final String SERIALIZED_NAME_EMAIL
- See Also:
- Constant Field Values
-
-
Method Detail
-
token
public UpdatePasswordByToken token(String token)
-
getToken
@Nonnull public String getToken()
token used for authentication- Returns:
- token
-
setToken
public void setToken(String token)
-
newPassword
public UpdatePasswordByToken newPassword(String newPassword)
-
getNewPassword
@Nonnull public String getNewPassword()
new password to update- Returns:
- newPassword
-
setNewPassword
public void setNewPassword(String newPassword)
-
email
public UpdatePasswordByToken email(String email)
-
getEmail
@Nullable public String getEmail()
optional user email to match the token for verification- Returns:
-
setEmail
public void setEmail(String email)
-
-