@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()
A unique identifier of the authentication event executed by the client application.
public void setAssertionId(String assertionId)
public String getAuthenticationInstant()
A sender generated value that indicates the date/time that the signer was authenticated.
public void setAuthenticationInstant(String authenticationInstant)
public String getAuthenticationMethod()
A sender created value that indicates the convention used to authenticate the signer. This information is included in the Certificate of Completion.
public void setAuthenticationMethod(String authenticationMethod)
public String getClientUserId()
A sender created value that shows the recipient is embedded (captive). \n\nMaximum length: 100 characters.
public void setClientUserId(String clientUserId)
public String getEmail()
Specifies the email of the recipient. You can use either email and userName or userId to identify the recipient.
public void setEmail(String email)
public String getPingFrequency()
Only used if pingUrl is specified. This is the interval, in seconds, between pings on the pingUrl. The default is 300 seconds. Valid values are 60-1200 seconds.
public void setPingFrequency(String pingFrequency)
public String getPingUrl()
A client Url to be pinged by the DocuSign Signing experience to indicate to the client that Signing is active. An HTTP Get is executed against the client. The response from the client is ignored. The intent is for the client to reset it’s session timer when the request is received.
public void setPingUrl(String pingUrl)
public String getRecipientId()
Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document.
public void setRecipientId(String recipientId)
public String getReturnUrl()
The url the recipient is redirected to after the signing session has ended. DocuSign redirects to the url and includes an event parameter that can be used by your application. Possible event parameter values: \n\n* cancel (recipient canceled the signing operation)\n* decline (recipient declined to sign)\n* exception (an exception occurred)\n* fax_pending (recipient has a fax pending)\n* session_timeout (session timed out)\n* signing_complete (signer completed the signing ceremony)\n* ttl_expired (the TTL, time to live, timer expired)\n* viewing_complete (recipient completed viewing the envelope)\n\n###### Note: Include https:// in the URL or the redirect might not succeed on some browsers.
public void setReturnUrl(String returnUrl)
public String getSecurityDomain()
The domain in which the user authenticated.
public void setSecurityDomain(String securityDomain)
public String getUserId()
Specifies the user ID of the recipient. You can use with user ID or email and user name to identify the recipient. If user ID is used and a client user ID is provided, the value in the userId property must match a recipient ID (which can be retrieved with a GET recipients call) for the envelope. If a user ID is used and a clientUser ID is not provided, the user ID match the user ID of the authenticating user.
public void setUserId(String userId)
public String getUserName()
Specifies the username of the recipient. You can use either email and userName or userId to identify the recipient.
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.