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_PasswordResetChallengeRequest
company(String company)
Erasable<String>
locale()
API.Partial_PasswordResetChallengeRequest
locale(Erasable<String> locale)
API.Partial_PasswordResetChallengeRequest
locale(String locale)
Optional<String>
user()
API.Partial_PasswordResetChallengeRequest
user(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)
-
-