Package com.onslip360
Class API.PasswordResetChallengeParams
- java.lang.Object
 - 
- com.onslip360.Onslip360Object<API.PasswordResetChallengeParams>
 - 
- com.onslip360.API.PasswordResetChallengeParams
 
 
 
- 
- All Implemented Interfaces:
 Cloneable,Comparable<Onslip360Object<API.PasswordResetChallengeParams>>
- Enclosing class:
 - API
 
public static class API.PasswordResetChallengeParams extends Onslip360Object<API.PasswordResetChallengeParams>
 
- 
- 
Constructor Summary
Constructors Constructor Description PasswordResetChallengeParams(String challengeUrl) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringchallengeUrl()API.PasswordResetChallengeParamschallengeUrl(String challengeUrl)- 
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
- 
PasswordResetChallengeParams
public PasswordResetChallengeParams(String challengeUrl)
 
 - 
 
- 
Method Detail
- 
challengeUrl
@Nonnull public String challengeUrl()
 
- 
challengeUrl
@Nonnull public API.PasswordResetChallengeParams challengeUrl(String challengeUrl)
 
 - 
 
 -