@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-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 redirected to after the signing session has ended.
|
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.
|
String |
getXFrameOptions() |
String |
getXFrameOptionsAllowFromUrl() |
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) |
void |
setXFrameOptions(String xFrameOptions) |
void |
setXFrameOptionsAllowFromUrl(String xFrameOptionsAllowFromUrl) |
String |
toString() |
public String getAssertionId()
public void setAssertionId(String assertionId)
public String getAuthenticationInstant()
public void setAuthenticationInstant(String authenticationInstant)
public String getAuthenticationMethod()
public void setAuthenticationMethod(String authenticationMethod)
public String getClientUserId()
public void setClientUserId(String clientUserId)
public String getEmail()
public void setEmail(String email)
public String getPingFrequency()
public void setPingFrequency(String pingFrequency)
public String getPingUrl()
public void setPingUrl(String pingUrl)
public String getRecipientId()
public void setRecipientId(String recipientId)
public String getReturnUrl()
public void setReturnUrl(String returnUrl)
public String getSecurityDomain()
public void setSecurityDomain(String securityDomain)
public String getUserId()
public void setUserId(String userId)
public String getUserName()
public void setUserName(String userName)
public String getXFrameOptions()
public void setXFrameOptions(String xFrameOptions)
public String getXFrameOptionsAllowFromUrl()
public void setXFrameOptionsAllowFromUrl(String xFrameOptionsAllowFromUrl)
Copyright © 2017. All rights reserved.