public class ConnectApi extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectApi.GetEventLogOptions |
class |
ConnectApi.ListEventFailureLogsOptions |
class |
ConnectApi.ListEventLogsOptions |
class |
ConnectApi.ListUsersOptions |
| Constructor and Description |
|---|
ConnectApi() |
ConnectApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ConnectCustomConfiguration |
createConfiguration(String accountId,
ConnectCustomConfiguration connectCustomConfiguration)
Creates a connect configuration for the specified account.
|
void |
deleteConfiguration(String accountId,
String connectId)
Deletes the specified connect configuration.
|
void |
deleteEventFailureLog(String accountId,
String failureId)
Deletes a Connect failure log entry.
|
void |
deleteEventLog(String accountId,
String logId)
Deletes a specified Connect log entry.
|
void |
deleteEventLogs(String accountId)
Gets a list of Connect log entries.
|
MobileNotifierConfigurationInformation |
deleteMobileNotifiers(String accountId,
MobileNotifierConfigurationInformation mobileNotifierConfigurationInformation)
Reserved
Reserved:
|
ApiClient |
getApiClient() |
ConnectConfigResults |
getConfiguration(String accountId,
String connectId)
Get a Connect Configuration Information
Retrieves the information for the specified DocuSign Connect configuration.\n\n###### Note: Connect must be enabled for your account to use this function.
|
ConnectLog |
getEventLog(String accountId,
String logId)
Get the specified Connect log entry.
|
ConnectLog |
getEventLog(String accountId,
String logId,
ConnectApi.GetEventLogOptions options)
Get the specified Connect log entry.
|
ConnectConfigResults |
listConfigurations(String accountId)
Get Connect Configuration Information
Retrieves all the DocuSign Custom Connect definitions for the specified account.\n\n###### Note: Connect must be enabled for your account to use this function.
|
ConnectLogs |
listEventFailureLogs(String accountId)
Gets the Connect failure log information.
|
ConnectLogs |
listEventFailureLogs(String accountId,
ConnectApi.ListEventFailureLogsOptions options)
Gets the Connect failure log information.
|
ConnectLogs |
listEventLogs(String accountId)
Gets the Connect log.
|
ConnectLogs |
listEventLogs(String accountId,
ConnectApi.ListEventLogsOptions options)
Gets the Connect log.
|
MobileNotifierConfigurationInformation |
listMobileNotifiers(String accountId)
Reserved
Reserved:
|
IntegratedUserInfoList |
listUsers(String accountId,
String connectId)
Returns users from the configured Connect service.
|
IntegratedUserInfoList |
listUsers(String accountId,
String connectId,
ConnectApi.ListUsersOptions options)
Returns users from the configured Connect service.
|
ConnectFailureResults |
retryEventForEnvelope(String accountId,
String envelopeId)
Republishes Connect information for the specified envelope.
|
ConnectFailureResults |
retryEventForEnvelopes(String accountId,
ConnectFailureFilter connectFailureFilter)
Republishes Connect information for multiple envelopes.
|
void |
setApiClient(ApiClient apiClient) |
ConnectCustomConfiguration |
updateConfiguration(String accountId,
ConnectCustomConfiguration connectCustomConfiguration)
Updates a specified Connect configuration.
|
MobileNotifierConfigurationInformation |
updateMobileNotifiers(String accountId,
MobileNotifierConfigurationInformation mobileNotifierConfigurationInformation)
Reserved
Reserved:
|
public ConnectApi()
public ConnectApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public ConnectConfigResults listConfigurations(String accountId) throws ApiException
accountId - The external account number (int) or account ID Guid.ConnectApi.ListConfigurationsOptions - Options for modifying the method behavior.ApiExceptionpublic ConnectCustomConfiguration updateConfiguration(String accountId, ConnectCustomConfiguration connectCustomConfiguration) throws ApiException
accountId - The external account number (int) or account ID Guid.ConnectApi.UpdateConfigurationOptions - Options for modifying the method behavior.ApiExceptionpublic ConnectCustomConfiguration createConfiguration(String accountId, ConnectCustomConfiguration connectCustomConfiguration) throws ApiException
accountId - The external account number (int) or account ID Guid.ConnectApi.CreateConfigurationOptions - Options for modifying the method behavior.ApiExceptionpublic ConnectFailureResults retryEventForEnvelopes(String accountId, ConnectFailureFilter connectFailureFilter) throws ApiException
accountId - The external account number (int) or account ID Guid.ConnectApi.RetryEventForEnvelopesOptions - Options for modifying the method behavior.ApiExceptionpublic ConnectFailureResults retryEventForEnvelope(String accountId, String envelopeId) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.ConnectApi.RetryEventForEnvelopeOptions - Options for modifying the method behavior.ApiExceptionpublic ConnectLogs listEventFailureLogs(String accountId) throws ApiException
accountId - The external account number (int) or account ID Guid.ApiExceptionpublic ConnectLogs listEventFailureLogs(String accountId, ConnectApi.ListEventFailureLogsOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid.ConnectApi.ListEventFailureLogsOptions - Options for modifying the method behavior.ApiExceptionpublic void deleteEventFailureLog(String accountId, String failureId) throws ApiException
accountId - The external account number (int) or account ID Guid.failureId - The ID of the failed connect log entry.ConnectApi.DeleteEventFailureLogOptions - Options for modifying the method behavior.ApiExceptionpublic ConnectLogs listEventLogs(String accountId) throws ApiException
accountId - The external account number (int) or account ID Guid.ApiExceptionpublic ConnectLogs listEventLogs(String accountId, ConnectApi.ListEventLogsOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid.ConnectApi.ListEventLogsOptions - Options for modifying the method behavior.ApiExceptionpublic void deleteEventLogs(String accountId) throws ApiException
accountId - The external account number (int) or account ID Guid.ConnectApi.DeleteEventLogsOptions - Options for modifying the method behavior.ApiExceptionpublic ConnectLog getEventLog(String accountId, String logId) throws ApiException
accountId - The external account number (int) or account ID Guid.logId - The ID of the connect log entryApiExceptionpublic ConnectLog getEventLog(String accountId, String logId, ConnectApi.GetEventLogOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid.logId - The ID of the connect log entryConnectApi.GetEventLogOptions - Options for modifying the method behavior.ApiExceptionpublic void deleteEventLog(String accountId, String logId) throws ApiException
accountId - The external account number (int) or account ID Guid.logId - The ID of the connect log entryConnectApi.DeleteEventLogOptions - Options for modifying the method behavior.ApiExceptionpublic MobileNotifierConfigurationInformation listMobileNotifiers(String accountId) throws ApiException
accountId - The external account number (int) or account ID Guid.ConnectApi.ListMobileNotifiersOptions - Options for modifying the method behavior.ApiExceptionpublic MobileNotifierConfigurationInformation updateMobileNotifiers(String accountId, MobileNotifierConfigurationInformation mobileNotifierConfigurationInformation) throws ApiException
accountId - The external account number (int) or account ID Guid.ConnectApi.UpdateMobileNotifiersOptions - Options for modifying the method behavior.ApiExceptionpublic MobileNotifierConfigurationInformation deleteMobileNotifiers(String accountId, MobileNotifierConfigurationInformation mobileNotifierConfigurationInformation) throws ApiException
accountId - The external account number (int) or account ID Guid.ConnectApi.DeleteMobileNotifiersOptions - Options for modifying the method behavior.ApiExceptionpublic ConnectConfigResults getConfiguration(String accountId, String connectId) throws ApiException
accountId - The external account number (int) or account ID Guid.connectId - The ID of the custom Connect configuration being accessed.ConnectApi.GetConfigurationOptions - Options for modifying the method behavior.ApiExceptionpublic void deleteConfiguration(String accountId, String connectId) throws ApiException
accountId - The external account number (int) or account ID Guid.connectId - The ID of the custom Connect configuration being accessed.ConnectApi.DeleteConfigurationOptions - Options for modifying the method behavior.ApiExceptionpublic IntegratedUserInfoList listUsers(String accountId, String connectId) throws ApiException
accountId - The external account number (int) or account ID Guid.connectId - The ID of the custom Connect configuration being accessed.ApiExceptionpublic IntegratedUserInfoList listUsers(String accountId, String connectId, ConnectApi.ListUsersOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid.connectId - The ID of the custom Connect configuration being accessed.ConnectApi.ListUsersOptions - Options for modifying the method behavior.ApiExceptionCopyright © 2017. All rights reserved.