@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2015-12-14T16:41:01.888-08:00") public class RecipientViewRequest extends Object
| Constructor and Description |
|---|
RecipientViewRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAssertionId()
A unique identifier of the authentication event executed by the client application.
|
String |
getAuthenticationInstant()
A sender generated value that indicates the date/time that the signer was authenticated.
|
String |
getAuthenticationMethod()
A sender created value that indicates the convention used to authenticate the signer.
|
String |
getClientUserId()
A sender created value that shows the recipient is embedded (captive).
|
String |
getEmail()
Specifies the email of the recipient.
|
String |
getPingFrequency()
Only used if pingUrl is specified.
|
String |
getPingUrl()
A client Url to be pinged by the DocuSign Signing experience to indicate to the client that Signing is active.
|
String |
getRecipientId()
Unique for the recipient.
|
String |
getReturnUrl()
The URL the recipient is directed to on certain events.
|
String |
getSecurityDomain()
The domain in which the user authenticated.
|
String |
getUserId()
Specifies the user ID of the recipient.
|
String |
getUserName()
Specifies the username of the recipient.
|
int |
hashCode() |
void |
setAssertionId(String assertionId) |
void |
setAuthenticationInstant(String authenticationInstant) |
void |
setAuthenticationMethod(String authenticationMethod) |
void |
setClientUserId(String clientUserId) |
void |
setEmail(String email) |
void |
setPingFrequency(String pingFrequency) |
void |
setPingUrl(String pingUrl) |
void |
setRecipientId(String recipientId) |
void |
setReturnUrl(String returnUrl) |
void |
setSecurityDomain(String securityDomain) |
void |
setUserId(String userId) |
void |
setUserName(String userName) |
String |
toString() |
public String getClientUserId()
public void setClientUserId(String clientUserId)
public String getUserId()
public void setUserId(String userId)
public String getUserName()
public void setUserName(String userName)
public String getEmail()
public void setEmail(String email)
public String getRecipientId()
public void setRecipientId(String recipientId)
public String getReturnUrl()
public void setReturnUrl(String returnUrl)
public String getPingUrl()
public void setPingUrl(String pingUrl)
public String getPingFrequency()
public void setPingFrequency(String pingFrequency)
public String getAuthenticationMethod()
public void setAuthenticationMethod(String authenticationMethod)
public String getAssertionId()
public void setAssertionId(String assertionId)
public String getAuthenticationInstant()
public void setAuthenticationInstant(String authenticationInstant)
public String getSecurityDomain()
public void setSecurityDomain(String securityDomain)
Copyright © 2016. All rights reserved.