@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class CarbonCopy extends Object
| Constructor and Description |
|---|
CarbonCopy() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAccessCode()
If a value is provided, the recipient must enter the value as the access code to view and sign the envelope.
|
String |
getAddAccessCodeToEmail()
This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient.
|
String |
getClientUserId()
Specifies whether the recipient is embedded or remote.
|
List<String> |
getCustomFields()
An optional array of strings that allows the sender to provide custom data about the recipient.
|
String |
getDeclinedDateTime()
The date and time the recipient declined the document.
|
String |
getDeclinedReason()
The reason the recipient declined the document.
|
String |
getDeliveredDateTime()
Reserved: For DocuSign use only.
|
String |
getDeliveryMethod()
Reserved: For DocuSign use only.
|
List<DocumentVisibility> |
getDocumentVisibility() |
String |
getEmail()
Email id of the recipient.
|
RecipientEmailNotification |
getEmailNotification() |
String |
getEmailRecipientPostSigningURL() |
String |
getEmbeddedRecipientStartURL()
Specifies a sender provided valid URL string for redirecting an embedded recipient.
|
ErrorDetails |
getErrorDetails() |
List<String> |
getExcludedDocuments()
Specifies the documents that are not visible to this recipient.
|
String |
getFaxNumber()
Reserved:
|
String |
getIdCheckConfigurationName()
Specifies authentication check by name.
|
IdCheckInformationInput |
getIdCheckInformationInput() |
String |
getInheritEmailNotificationConfiguration()
When set to true and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient’s account.
|
String |
getName()
legal name of the recipient.\n\nMaximum Length: 100 characters.
|
String |
getNote()
Specifies a note that is unique to this recipient.
|
RecipientPhoneAuthentication |
getPhoneAuthentication() |
List<RecipientAttachment> |
getRecipientAttachments()
Reserved:
|
AuthenticationStatus |
getRecipientAuthenticationStatus() |
String |
getRecipientId()
Unique for the recipient.
|
String |
getRecipientIdGuid() |
String |
getRequireIdLookup()
When set to true, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity.
|
String |
getRoleName()
Optional element.
|
String |
getRoutingOrder()
Specifies the routing order of the recipient in the envelope.
|
RecipientSAMLAuthentication |
getSamlAuthentication() |
String |
getSentDateTime()
The date and time the envelope was sent.
|
String |
getSignedDateTime()
Reserved: For DocuSign use only.
|
String |
getSigningGroupId()
When set to true and the feature is enabled in the sender’s account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once).
|
String |
getSigningGroupName()
The display name for the signing group.
|
List<UserInfo> |
getSigningGroupUsers()
A complex type that contains information about users in the signing group.
|
RecipientSMSAuthentication |
getSmsAuthentication() |
List<SocialAuthentication> |
getSocialAuthentications()
Lists the social ID type that can be used for recipient authentication.
|
String |
getStatus()
Indicates the envelope status.
|
String |
getTemplateLocked()
When set to true, the sender cannot change any attributes of the recipient.
|
String |
getTemplateRequired()
When set to true, the sender may not remove the recipient.
|
String |
getTotalTabCount() |
String |
getUserId() |
int |
hashCode() |
void |
setAccessCode(String accessCode) |
void |
setAddAccessCodeToEmail(String addAccessCodeToEmail) |
void |
setClientUserId(String clientUserId) |
void |
setCustomFields(List<String> customFields) |
void |
setDeclinedDateTime(String declinedDateTime) |
void |
setDeclinedReason(String declinedReason) |
void |
setDeliveredDateTime(String deliveredDateTime) |
void |
setDeliveryMethod(String deliveryMethod) |
void |
setDocumentVisibility(List<DocumentVisibility> documentVisibility) |
void |
setEmail(String email) |
void |
setEmailNotification(RecipientEmailNotification emailNotification) |
void |
setEmailRecipientPostSigningURL(String emailRecipientPostSigningURL) |
void |
setEmbeddedRecipientStartURL(String embeddedRecipientStartURL) |
void |
setErrorDetails(ErrorDetails errorDetails) |
void |
setExcludedDocuments(List<String> excludedDocuments) |
void |
setFaxNumber(String faxNumber) |
void |
setIdCheckConfigurationName(String idCheckConfigurationName) |
void |
setIdCheckInformationInput(IdCheckInformationInput idCheckInformationInput) |
void |
setInheritEmailNotificationConfiguration(String inheritEmailNotificationConfiguration) |
void |
setName(String name) |
void |
setNote(String note) |
void |
setPhoneAuthentication(RecipientPhoneAuthentication phoneAuthentication) |
void |
setRecipientAttachments(List<RecipientAttachment> recipientAttachments) |
void |
setRecipientAuthenticationStatus(AuthenticationStatus recipientAuthenticationStatus) |
void |
setRecipientId(String recipientId) |
void |
setRecipientIdGuid(String recipientIdGuid) |
void |
setRequireIdLookup(String requireIdLookup) |
void |
setRoleName(String roleName) |
void |
setRoutingOrder(String routingOrder) |
void |
setSamlAuthentication(RecipientSAMLAuthentication samlAuthentication) |
void |
setSentDateTime(String sentDateTime) |
void |
setSignedDateTime(String signedDateTime) |
void |
setSigningGroupId(String signingGroupId) |
void |
setSigningGroupName(String signingGroupName) |
void |
setSigningGroupUsers(List<UserInfo> signingGroupUsers) |
void |
setSmsAuthentication(RecipientSMSAuthentication smsAuthentication) |
void |
setSocialAuthentications(List<SocialAuthentication> socialAuthentications) |
void |
setStatus(String status) |
void |
setTemplateLocked(String templateLocked) |
void |
setTemplateRequired(String templateRequired) |
void |
setTotalTabCount(String totalTabCount) |
void |
setUserId(String userId) |
String |
toString() |
public String getAccessCode()
If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. \n\nMaximum Length: 50 characters and it must conform to the account’s access code format setting.\n\nIf blank, but the signer accessCode property is set in the envelope, then that value is used.\n\nIf blank and the signer accessCode property is not set, then the access code is not required.
public void setAccessCode(String accessCode)
public String getAddAccessCodeToEmail()
This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient.
public void setAddAccessCodeToEmail(String addAccessCodeToEmail)
public String getClientUserId()
Specifies whether the recipient is embedded or remote. \n\nIf the clientUserId property is not null then the recipient is embedded. Note that if the ClientUserId property is set and either SignerMustHaveAccount or SignerMustLoginToSign property of the account settings is set to true, an error is generated on sending.ng. \n\nMaximum length: 100 characters.
public void setClientUserId(String clientUserId)
public List<String> getCustomFields()
An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters.
public String getDeclinedDateTime()
The date and time the recipient declined the document.
public void setDeclinedDateTime(String declinedDateTime)
public String getDeclinedReason()
The reason the recipient declined the document.
public void setDeclinedReason(String declinedReason)
public String getDeliveredDateTime()
Reserved: For DocuSign use only.
public void setDeliveredDateTime(String deliveredDateTime)
public String getDeliveryMethod()
Reserved: For DocuSign use only.
public void setDeliveryMethod(String deliveryMethod)
public List<DocumentVisibility> getDocumentVisibility()
public void setDocumentVisibility(List<DocumentVisibility> documentVisibility)
public String getEmail()
Email id of the recipient. Notification of the document to sign is sent to this email id. \n\nMaximum length: 100 characters.
public void setEmail(String email)
public RecipientEmailNotification getEmailNotification()
public void setEmailNotification(RecipientEmailNotification emailNotification)
public String getEmailRecipientPostSigningURL()
public void setEmailRecipientPostSigningURL(String emailRecipientPostSigningURL)
public String getEmbeddedRecipientStartURL()
Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender’s system (the server responding to the URL) must request a recipient token to launch a signing session. \n\nIf set to SIGN_AT_DOCUSIGN, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner.\n\nIt is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient’s identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient.\n\nIf the clientUserId property is NOT set, and the embeddedRecipientStartURL is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The customFields property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. \n\n*Example*: \n\nhttp://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]
public void setEmbeddedRecipientStartURL(String embeddedRecipientStartURL)
public ErrorDetails getErrorDetails()
public void setErrorDetails(ErrorDetails errorDetails)
public List<String> getExcludedDocuments()
Specifies the documents that are not visible to this recipient. Document Visibility must be enabled for the account and the enforceSignerVisibility property must be set to true for the envelope to use this.\n\nWhen enforce signer visibility is enabled, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent.
public String getFaxNumber()
Reserved:
public void setFaxNumber(String faxNumber)
public String getIdCheckConfigurationName()
Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting.\n\n*Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as ‘ID Check $’ and ‘SMS Auth $’. To use ID check in an envelope, the idCheckConfigurationName should be ‘ID Check ’. If you wanted to use SMS, it would be ‘SMS Auth $’ and you would need to add you would need to add phone number information to the smsAuthentication node.
public void setIdCheckConfigurationName(String idCheckConfigurationName)
public IdCheckInformationInput getIdCheckInformationInput()
public void setIdCheckInformationInput(IdCheckInformationInput idCheckInformationInput)
public String getInheritEmailNotificationConfiguration()
When set to true and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient’s account.
public void setInheritEmailNotificationConfiguration(String inheritEmailNotificationConfiguration)
public String getName()
legal name of the recipient.\n\nMaximum Length: 100 characters.
public void setName(String name)
public String getNote()
Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen.\n\nMaximum Length: 1000 characters.
public void setNote(String note)
public RecipientPhoneAuthentication getPhoneAuthentication()
public void setPhoneAuthentication(RecipientPhoneAuthentication phoneAuthentication)
public List<RecipientAttachment> getRecipientAttachments()
Reserved:
public void setRecipientAttachments(List<RecipientAttachment> recipientAttachments)
public AuthenticationStatus getRecipientAuthenticationStatus()
public void setRecipientAuthenticationStatus(AuthenticationStatus recipientAuthenticationStatus)
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 getRecipientIdGuid()
public void setRecipientIdGuid(String recipientIdGuid)
public String getRequireIdLookup()
When set to true, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity.
public void setRequireIdLookup(String requireIdLookup)
public String getRoleName()
Optional element. Specifies the role name associated with the recipient.
This is required when working with template recipients.
public void setRoleName(String roleName)
public String getRoutingOrder()
Specifies the routing order of the recipient in the envelope.
public void setRoutingOrder(String routingOrder)
public RecipientSAMLAuthentication getSamlAuthentication()
public void setSamlAuthentication(RecipientSAMLAuthentication samlAuthentication)
public String getSentDateTime()
The date and time the envelope was sent.
public void setSentDateTime(String sentDateTime)
public String getSignedDateTime()
Reserved: For DocuSign use only.
public void setSignedDateTime(String signedDateTime)
public String getSigningGroupId()
When set to true and the feature is enabled in the sender’s account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once).
public void setSigningGroupId(String signingGroupId)
public String getSigningGroupName()
The display name for the signing group. \n\nMaximum Length: 100 characters.
public void setSigningGroupName(String signingGroupName)
public List<UserInfo> getSigningGroupUsers()
A complex type that contains information about users in the signing group.
public RecipientSMSAuthentication getSmsAuthentication()
public void setSmsAuthentication(RecipientSMSAuthentication smsAuthentication)
public List<SocialAuthentication> getSocialAuthentications()
Lists the social ID type that can be used for recipient authentication.
public void setSocialAuthentications(List<SocialAuthentication> socialAuthentications)
public String getStatus()
Indicates the envelope status. Valid values are:\n\n* sent - The envelope is sent to the recipients. \n* created - The envelope is saved as a draft and can be modified and sent later.
public void setStatus(String status)
public String getTemplateLocked()
When set to true, the sender cannot change any attributes of the recipient. Used only when working with template recipients.
public void setTemplateLocked(String templateLocked)
public String getTemplateRequired()
When set to true, the sender may not remove the recipient. Used only when working with template recipients.
public void setTemplateRequired(String templateRequired)
public String getTotalTabCount()
public void setTotalTabCount(String totalTabCount)
public String getUserId()
public void setUserId(String userId)
Copyright © 2017. All Rights Reserved.