Package com.onslip360
Class API.Partial_PasswordResetChallenge
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.Partial_PasswordResetChallenge>
-
- com.onslip360.API.Partial_PasswordResetChallenge
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.Partial_PasswordResetChallenge>>
- Enclosing class:
- API
public static class API.Partial_PasswordResetChallenge extends Onslip360Object<API.Partial_PasswordResetChallenge>
-
-
Constructor Summary
Constructors Constructor Description Partial_PasswordResetChallenge()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String>
challenge()
API.Partial_PasswordResetChallenge
challenge(String challenge)
Erasable<Long>
passwordReset()
API.Partial_PasswordResetChallenge
passwordReset(Erasable<Long> passwordReset)
API.Partial_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
-
-
-
-
Method Detail
-
challenge
@Nonnull public API.Partial_PasswordResetChallenge challenge(@Nullable String challenge)
-
passwordReset
@Nonnull public API.Partial_PasswordResetChallenge passwordReset(@Nullable Long passwordReset)
-
passwordReset
@Nonnull public API.Partial_PasswordResetChallenge passwordReset(@Nullable Erasable<Long> passwordReset)
-
-