Package com.onslip360
Class API.Partial_PasswordResetChallengeRequest
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.Partial_PasswordResetChallengeRequest>
-
- com.onslip360.API.Partial_PasswordResetChallengeRequest
-
- All Implemented Interfaces:
Cloneable,Comparable<Onslip360Object<API.Partial_PasswordResetChallengeRequest>>
- Enclosing class:
- API
public static class API.Partial_PasswordResetChallengeRequest extends Onslip360Object<API.Partial_PasswordResetChallengeRequest>
-
-
Constructor Summary
Constructors Constructor Description Partial_PasswordResetChallengeRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String>company()API.Partial_PasswordResetChallengeRequestcompany(String company)Erasable<String>locale()API.Partial_PasswordResetChallengeRequestlocale(Erasable<String> locale)API.Partial_PasswordResetChallengeRequestlocale(String locale)Optional<String>user()API.Partial_PasswordResetChallengeRequestuser(String user)-
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
-
company
@Nonnull public API.Partial_PasswordResetChallengeRequest company(@Nullable String company)
-
locale
@Nonnull public API.Partial_PasswordResetChallengeRequest locale(@Nullable String locale)
-
locale
@Nonnull public API.Partial_PasswordResetChallengeRequest locale(@Nullable Erasable<String> locale)
-
user
@Nonnull public API.Partial_PasswordResetChallengeRequest user(@Nullable String user)
-
-