@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class ConnectCustomConfiguration extends Object
| Constructor and Description |
|---|
ConnectCustomConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAllowEnvelopePublish()
When set to true, data is sent to the urlToPublishTo web address.
|
String |
getAllUsers()
When set to true, the tracked envelope and recipient events for all users, including users that are added a later time, are sent through Connect.
|
String |
getConfigurationType()
If merge field’s are being used, specifies the type of the merge field.
|
String |
getConnectId()
Specifies the DocuSign generated ID for the Connect configuration.
|
String |
getEnableLog()
This turns Connect logging on or off.
|
String |
getEnvelopeEvents()
A comma separated list of �Envelope� related events that are tracked through Connect.
|
String |
getIncludeCertificateOfCompletion()
When set to true, the Connect Service includes the Certificate of Completion with completed envelopes.
|
String |
getIncludeCertSoapHeader() |
String |
getIncludeDocumentFields()
When set to true, the Document Fields associated with envelope documents are included in the data.
|
String |
getIncludeDocuments()
When set to true, Connect will send the PDF document along with the update XML.
|
String |
getIncludeEnvelopeVoidReason()
When set to true, Connect will include the voidedReason for voided envelopes.
|
String |
getIncludeSenderAccountasCustomField()
When set to true, Connect will include the sender account as Custom Field in the data.
|
String |
getIncludeTimeZoneInformation()
When set to true, Connect will include the envelope time zone information.
|
String |
getName()
The name of the Connect configuration.
|
String |
getRecipientEvents()
A comma separated list of �Recipient� related events that are tracked through Connect.
|
String |
getRequiresAcknowledgement()
When set to true, and a publication message fails to be acknowledged, the message goes back into the queue and the system will retry delivery after a successful acknowledgement is received.
|
String |
getSignMessageWithX509Certificate()
When set to true, Connect messages are signed with an X509 certificate.
|
String |
getSoapNamespace()
The namespace of the SOAP interface.\n\nThe namespace value must be set if useSoapInterface is set to true.
|
String |
getUrlToPublishTo()
This is the web address and name of your listener or Retrieving Service endpoint.
|
String |
getUserIds()
A comma separated list of userIds.
|
String |
getUseSoapInterface()
When set to true, indicates that the
urlToPublishTo property contains a SOAP endpoint. |
int |
hashCode() |
void |
setAllowEnvelopePublish(String allowEnvelopePublish) |
void |
setAllUsers(String allUsers) |
void |
setConfigurationType(String configurationType) |
void |
setConnectId(String connectId) |
void |
setEnableLog(String enableLog) |
void |
setEnvelopeEvents(String envelopeEvents) |
void |
setIncludeCertificateOfCompletion(String includeCertificateOfCompletion) |
void |
setIncludeCertSoapHeader(String includeCertSoapHeader) |
void |
setIncludeDocumentFields(String includeDocumentFields) |
void |
setIncludeDocuments(String includeDocuments) |
void |
setIncludeEnvelopeVoidReason(String includeEnvelopeVoidReason) |
void |
setIncludeSenderAccountasCustomField(String includeSenderAccountasCustomField) |
void |
setIncludeTimeZoneInformation(String includeTimeZoneInformation) |
void |
setName(String name) |
void |
setRecipientEvents(String recipientEvents) |
void |
setRequiresAcknowledgement(String requiresAcknowledgement) |
void |
setSignMessageWithX509Certificate(String signMessageWithX509Certificate) |
void |
setSoapNamespace(String soapNamespace) |
void |
setUrlToPublishTo(String urlToPublishTo) |
void |
setUserIds(String userIds) |
void |
setUseSoapInterface(String useSoapInterface) |
String |
toString() |
public String getAllowEnvelopePublish()
When set to true, data is sent to the urlToPublishTo web address. This option can be set to false to stop sending data while maintaining the Connect configuration information.
public void setAllowEnvelopePublish(String allowEnvelopePublish)
public String getAllUsers()
When set to true, the tracked envelope and recipient events for all users, including users that are added a later time, are sent through Connect.
public void setAllUsers(String allUsers)
public String getConfigurationType()
If merge field’s are being used, specifies the type of the merge field. The only supported value is salesforce.
public void setConfigurationType(String configurationType)
public String getConnectId()
Specifies the DocuSign generated ID for the Connect configuration.
public void setConnectId(String connectId)
public String getEnableLog()
This turns Connect logging on or off. When set to true, logging is turned on.
public void setEnableLog(String enableLog)
public String getEnvelopeEvents()
A comma separated list of �Envelope� related events that are tracked through Connect. The possible event values are: Sent, Delivered, Completed, Declined, and Voided.
public void setEnvelopeEvents(String envelopeEvents)
public String getIncludeCertificateOfCompletion()
When set to true, the Connect Service includes the Certificate of Completion with completed envelopes.
public void setIncludeCertificateOfCompletion(String includeCertificateOfCompletion)
public String getIncludeCertSoapHeader()
public void setIncludeCertSoapHeader(String includeCertSoapHeader)
public String getIncludeDocumentFields()
When set to true, the Document Fields associated with envelope documents are included in the data. Document Fields are optional custom name-value pairs added to documents using the API.
public void setIncludeDocumentFields(String includeDocumentFields)
public String getIncludeDocuments()
When set to true, Connect will send the PDF document along with the update XML.
public void setIncludeDocuments(String includeDocuments)
public String getIncludeEnvelopeVoidReason()
When set to true, Connect will include the voidedReason for voided envelopes.
public void setIncludeEnvelopeVoidReason(String includeEnvelopeVoidReason)
public String getIncludeSenderAccountasCustomField()
When set to true, Connect will include the sender account as Custom Field in the data.
public void setIncludeSenderAccountasCustomField(String includeSenderAccountasCustomField)
public String getIncludeTimeZoneInformation()
When set to true, Connect will include the envelope time zone information.
public void setIncludeTimeZoneInformation(String includeTimeZoneInformation)
public String getName()
The name of the Connect configuration. The name helps identify the configuration in the list.
public void setName(String name)
public String getRecipientEvents()
A comma separated list of �Recipient� related events that are tracked through Connect. The possible event values are: Sent, Delivered, Completed, Declined, AuthenticationFailed, and AutoResponded.
public void setRecipientEvents(String recipientEvents)
public String getRequiresAcknowledgement()
When set to true, and a publication message fails to be acknowledged, the message goes back into the queue and the system will retry delivery after a successful acknowledgement is received. If the delivery fails a second time, the message is not returned to the queue for sending until Connect receives a successful acknowledgement and it has been at least 24 hours since the previous retry. There is a maximum of ten retries Alternately, you can use Republish Connect Information to manually republish the envelope information.
public void setRequiresAcknowledgement(String requiresAcknowledgement)
public String getSignMessageWithX509Certificate()
When set to true, Connect messages are signed with an X509 certificate. This provides support for 2-way SSL.
public void setSignMessageWithX509Certificate(String signMessageWithX509Certificate)
public String getSoapNamespace()
The namespace of the SOAP interface.\n\nThe namespace value must be set if useSoapInterface is set to true.
public void setSoapNamespace(String soapNamespace)
public String getUrlToPublishTo()
This is the web address and name of your listener or Retrieving Service endpoint. You need to include HTTPS:// in the web address.
public void setUrlToPublishTo(String urlToPublishTo)
public String getUserIds()
A comma separated list of userIds. This sets the users associated with the tracked envelope and recipient events. When one of the event occurs for a set user, the information is sent through Connect. \n\n###### Note: If allUsers is set to �false� then you must provide a list of user id�s.
public void setUserIds(String userIds)
public String getUseSoapInterface()
When set to true, indicates that the urlToPublishTo property contains a SOAP endpoint.
public void setUseSoapInterface(String useSoapInterface)
Copyright © 2017. All Rights Reserved.