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