Package com.alfresco.content.models
Class PasswordResetBody
-
- All Implemented Interfaces:
@JsonClass(generateAdapter = true) public final class PasswordResetBody
-
-
Constructor Summary
Constructors Constructor Description PasswordResetBody(String password, String id, String key)
-
Method Summary
Modifier and Type Method Description final StringgetPassword()the new password final UnitsetPassword(@Json(name = "password") String password)the new password final StringgetId()the workflow id provided in the reset password email final UnitsetId(@Json(name = "id") String id)the workflow id provided in the reset password email final StringgetKey()the workflow key provided in the reset password email final UnitsetKey(@Json(name = "key") String key)the workflow key provided in the reset password email -
-
Method Detail
-
getPassword
final String getPassword()
the new password
-
setPassword
final Unit setPassword(@Json(name = "password") String password)
the new password
-
setId
final Unit setId(@Json(name = "id") String id)
the workflow id provided in the reset password email
-
-
-
-