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.
|
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.
|
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:
|
ResourceInformation |
listTests(String accountId,
String connectId)
Test connect configuration.
|
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 ConnectCustomConfiguration createConfiguration(String accountId, ConnectCustomConfiguration connectCustomConfiguration) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)connectCustomConfiguration
- (optional)ApiException
- if fails to make API callpublic void deleteConfiguration(String accountId, String connectId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)connectId
- The ID of the custom Connect configuration being accessed. (required)ApiException
- if fails to make API callpublic void deleteEventFailureLog(String accountId, String failureId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)failureId
- The ID of the failed connect log entry. (required)ApiException
- if fails to make API callpublic void deleteEventLog(String accountId, String logId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)logId
- The ID of the connect log entry (required)ApiException
- if fails to make API callpublic void deleteEventLogs(String accountId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)ApiException
- if fails to make API callpublic MobileNotifierConfigurationInformation deleteMobileNotifiers(String accountId, MobileNotifierConfigurationInformation mobileNotifierConfigurationInformation) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)mobileNotifierConfigurationInformation
- (optional)ApiException
- if fails to make API callpublic ConnectConfigResults getConfiguration(String accountId, String connectId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)connectId
- The ID of the custom Connect configuration being accessed. (required)ApiException
- if fails to make API callpublic ConnectLog getEventLog(String accountId, String logId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)logId
- The ID of the connect log entry (required)ApiException
public ConnectLog getEventLog(String accountId, String logId, ConnectApi.GetEventLogOptions options) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)logId
- The ID of the connect log entry (required)options
- for modifying the method behavior.ApiException
- if fails to make API callpublic ConnectConfigResults listConfigurations(String accountId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)ApiException
- if fails to make API callpublic ConnectLogs listEventFailureLogs(String accountId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)ApiException
public ConnectLogs listEventFailureLogs(String accountId, ConnectApi.ListEventFailureLogsOptions options) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)options
- for modifying the method behavior.ApiException
- if fails to make API callpublic ConnectLogs listEventLogs(String accountId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)ApiException
public ConnectLogs listEventLogs(String accountId, ConnectApi.ListEventLogsOptions options) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)options
- for modifying the method behavior.ApiException
- if fails to make API callpublic MobileNotifierConfigurationInformation listMobileNotifiers(String accountId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)ApiException
- if fails to make API callpublic ResourceInformation listTests(String accountId, String connectId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)connectId
- The ID of the custom Connect configuration being accessed. (required)ApiException
- if fails to make API callpublic IntegratedUserInfoList listUsers(String accountId, String connectId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)connectId
- The ID of the custom Connect configuration being accessed. (required)ApiException
public IntegratedUserInfoList listUsers(String accountId, String connectId, ConnectApi.ListUsersOptions options) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)connectId
- The ID of the custom Connect configuration being accessed. (required)options
- for modifying the method behavior.ApiException
- if fails to make API callpublic ConnectFailureResults retryEventForEnvelope(String accountId, String envelopeId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)ApiException
- if fails to make API callpublic ConnectFailureResults retryEventForEnvelopes(String accountId, ConnectFailureFilter connectFailureFilter) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)connectFailureFilter
- (optional)ApiException
- if fails to make API callpublic ConnectCustomConfiguration updateConfiguration(String accountId, ConnectCustomConfiguration connectCustomConfiguration) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)connectCustomConfiguration
- (optional)ApiException
- if fails to make API callpublic MobileNotifierConfigurationInformation updateMobileNotifiers(String accountId, MobileNotifierConfigurationInformation mobileNotifierConfigurationInformation) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)mobileNotifierConfigurationInformation
- (optional)ApiException
- if fails to make API callCopyright © 2018. All rights reserved.