Package com.onslip360
Class API.PasswordResetChallenge
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.PasswordResetChallenge>
-
- com.onslip360.API.PasswordResetChallenge
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.PasswordResetChallenge>>
- Enclosing class:
- API
public static class API.PasswordResetChallenge extends Onslip360Object<API.PasswordResetChallenge>
-
-
Constructor Summary
Constructors Constructor Description PasswordResetChallenge(String challenge)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
challenge()
API.PasswordResetChallenge
challenge(String challenge)
Optional<Long>
passwordReset()
API.PasswordResetChallenge
passwordReset(Long passwordReset)
-
Methods inherited from class com.onslip360.Onslip360Object
clone, compareTo, equals, fromJson, fromJson, fromJsonArray, fromJsonArray, fromList, fromMap, fromObject, getExtended, hashCode, setExtended, setExtended, toJson, toJson, toJson, toJson, toList, toMap, toString
-
-
-
-
Constructor Detail
-
PasswordResetChallenge
public PasswordResetChallenge(String challenge)
-
-
Method Detail
-
challenge
@Nonnull public String challenge()
-
challenge
@Nonnull public API.PasswordResetChallenge challenge(String challenge)
-
passwordReset
@Nonnull public API.PasswordResetChallenge passwordReset(@Nullable Long passwordReset)
-
-