Class PasswordResetBody

  • All Implemented Interfaces:

    @JsonClass(generateAdapter = true) 
    public final class PasswordResetBody
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getPassword() the new password
      final Unit setPassword(@Json(name = "password") String password) the new password
      final String getId() the workflow id provided in the reset password email
      final Unit setId(@Json(name = "id") String id) the workflow id provided in the reset password email
      final String getKey() the workflow key provided in the reset password email
      final Unit setKey(@Json(name = "key") String key) the workflow key provided in the reset password email
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getId

         final String getId()

        the workflow id provided in the reset password email

      • setId

         final Unit setId(@Json(name = "id") String id)

        the workflow id provided in the reset password email

      • getKey

         final String getKey()

        the workflow key provided in the reset password email

      • setKey

         final Unit setKey(@Json(name = "key") String key)

        the workflow key provided in the reset password email