public class SignUpResult extends Object implements Serializable
The response from the server for a registration request.
Constructor and Description |
---|
SignUpResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
CodeDeliveryDetailsType |
getCodeDeliveryDetails()
The code delivery details returned by the server response to the user
registration request.
|
Boolean |
getUserConfirmed()
A response from the server indicating that a user registration has been
confirmed.
|
String |
getUserSub()
The UUID of the authenticated user.
|
int |
hashCode() |
Boolean |
isUserConfirmed()
A response from the server indicating that a user registration has been
confirmed.
|
void |
setCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails)
The code delivery details returned by the server response to the user
registration request.
|
void |
setUserConfirmed(Boolean userConfirmed)
A response from the server indicating that a user registration has been
confirmed.
|
void |
setUserSub(String userSub)
The UUID of the authenticated user.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SignUpResult |
withCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails)
The code delivery details returned by the server response to the user
registration request.
|
SignUpResult |
withUserConfirmed(Boolean userConfirmed)
A response from the server indicating that a user registration has been
confirmed.
|
SignUpResult |
withUserSub(String userSub)
The UUID of the authenticated user.
|
public Boolean isUserConfirmed()
A response from the server indicating that a user registration has been confirmed.
A response from the server indicating that a user registration has been confirmed.
public Boolean getUserConfirmed()
A response from the server indicating that a user registration has been confirmed.
A response from the server indicating that a user registration has been confirmed.
public void setUserConfirmed(Boolean userConfirmed)
A response from the server indicating that a user registration has been confirmed.
userConfirmed
- A response from the server indicating that a user registration has been confirmed.
public SignUpResult withUserConfirmed(Boolean userConfirmed)
A response from the server indicating that a user registration has been confirmed.
Returns a reference to this object so that method calls can be chained together.
userConfirmed
- A response from the server indicating that a user registration has been confirmed.
public CodeDeliveryDetailsType getCodeDeliveryDetails()
The code delivery details returned by the server response to the user registration request.
The code delivery details returned by the server response to the user registration request.
public void setCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails)
The code delivery details returned by the server response to the user registration request.
codeDeliveryDetails
- The code delivery details returned by the server response to the user registration request.
public SignUpResult withCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails)
The code delivery details returned by the server response to the user registration request.
Returns a reference to this object so that method calls can be chained together.
codeDeliveryDetails
- The code delivery details returned by the server response to the user registration request.
public String getUserSub()
The UUID of the authenticated user. This is not the same as
username
.
The UUID of the authenticated user. This is not the same as
username
.
public void setUserSub(String userSub)
The UUID of the authenticated user. This is not the same as
username
.
userSub
-
The UUID of the authenticated user. This is not the same as
username
.
public SignUpResult withUserSub(String userSub)
The UUID of the authenticated user. This is not the same as
username
.
Returns a reference to this object so that method calls can be chained together.
userSub
-
The UUID of the authenticated user. This is not the same as
username
.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2020. All rights reserved.