void |
AccountsApi.createBulkClickwrapAgreements(String accountId,
String clickwrapId,
BulkClickwrapRequest bulkClickwrapRequest) |
Starts an export of clickwrap agreements for a specified date range..
|
ApiResponse<Object> |
AccountsApi.createBulkClickwrapAgreementsWithHttpInfo(String accountId,
String clickwrapId,
BulkClickwrapRequest bulkClickwrapRequest) |
Starts an export of clickwrap agreements for a specified date range.
|
ClickwrapVersionSummaryResponse |
AccountsApi.createClickwrap(String accountId,
ClickwrapRequest clickwrapRequest) |
Creates a clickwrap for an account..
|
ClickwrapVersionSummaryResponse |
AccountsApi.createClickwrapVersion(String accountId,
String clickwrapId,
ClickwrapRequest clickwrapRequest) |
Creates a new clickwrap version..
|
ApiResponse<ClickwrapVersionSummaryResponse> |
AccountsApi.createClickwrapVersionWithHttpInfo(String accountId,
String clickwrapId,
ClickwrapRequest clickwrapRequest) |
Creates a new clickwrap version.
|
ApiResponse<ClickwrapVersionSummaryResponse> |
AccountsApi.createClickwrapWithHttpInfo(String accountId,
ClickwrapRequest clickwrapRequest) |
Creates a clickwrap for an account.
|
UserAgreementResponse |
AccountsApi.createHasAgreed(String accountId,
String clickwrapId,
UserAgreementRequest userAgreementRequest) |
Creates a unique URL for the agreement that you can embed in your application..
|
ApiResponse<UserAgreementResponse> |
AccountsApi.createHasAgreedWithHttpInfo(String accountId,
String clickwrapId,
UserAgreementRequest userAgreementRequest) |
Creates a unique URL for the agreement that you can embed in your application.
|
ClickwrapVersionsDeleteResponse |
AccountsApi.deleteClickwrap(String accountId,
String clickwrapId) |
Deletes a clickwrap and all of its versions..
|
ClickwrapVersionsDeleteResponse |
AccountsApi.deleteClickwrap(String accountId,
String clickwrapId,
AccountsApi.DeleteClickwrapOptions options) |
Deletes a clickwrap and all of its versions..
|
ClickwrapsDeleteResponse |
AccountsApi.deleteClickwraps(String accountId) |
Deletes clickwraps for an account..
|
ClickwrapsDeleteResponse |
AccountsApi.deleteClickwraps(String accountId,
AccountsApi.DeleteClickwrapsOptions options) |
Deletes clickwraps for an account..
|
ApiResponse<ClickwrapsDeleteResponse> |
AccountsApi.deleteClickwrapsWithHttpInfo(String accountId,
AccountsApi.DeleteClickwrapsOptions options) |
Deletes clickwraps for an account.
|
ClickwrapVersionDeleteResponse |
AccountsApi.deleteClickwrapVersion(String accountId,
String clickwrapId,
String versionId) |
Deletes a clickwrap version by version ID..
|
ClickwrapVersionsDeleteResponse |
AccountsApi.deleteClickwrapVersions(String accountId,
String clickwrapId) |
Deletes the versions of a clickwrap..
|
ClickwrapVersionsDeleteResponse |
AccountsApi.deleteClickwrapVersions(String accountId,
String clickwrapId,
AccountsApi.DeleteClickwrapVersionsOptions options) |
Deletes the versions of a clickwrap..
|
ApiResponse<ClickwrapVersionsDeleteResponse> |
AccountsApi.deleteClickwrapVersionsWithHttpInfo(String accountId,
String clickwrapId,
AccountsApi.DeleteClickwrapVersionsOptions options) |
Deletes the versions of a clickwrap.
|
ApiResponse<ClickwrapVersionDeleteResponse> |
AccountsApi.deleteClickwrapVersionWithHttpInfo(String accountId,
String clickwrapId,
String versionId) |
Deletes a clickwrap version by version ID.
|
ApiResponse<ClickwrapVersionsDeleteResponse> |
AccountsApi.deleteClickwrapWithHttpInfo(String accountId,
String clickwrapId,
AccountsApi.DeleteClickwrapOptions options) |
Deletes a clickwrap and all of its versions.
|
UserAgreementResponse |
AccountsApi.getAgreement(String accountId,
String clickwrapId,
String agreementId) |
Gets a specific agreement for a specified clickwrap..
|
Document |
AccountsApi.getAgreementDocument(String accountId,
String clickwrapId,
String versionId,
String orderOrDisclosure) |
Downloads a document at an order within the agreement..
|
ApiResponse<Document> |
AccountsApi.getAgreementDocumentWithHttpInfo(String accountId,
String clickwrapId,
String versionId,
String orderOrDisclosure) |
Downloads a document at an order within the agreement.
|
byte[] |
AccountsApi.getAgreementPdf(String accountId,
String clickwrapId,
String agreementId) |
Gets the completed user agreement PDF..
|
byte[] |
AccountsApi.getAgreementPdf(String accountId,
String clickwrapId,
String agreementId,
AccountsApi.GetAgreementPdfOptions options) |
Gets the completed user agreement PDF..
|
ApiResponse<byte[]> |
AccountsApi.getAgreementPdfWithHttpInfo(String accountId,
String clickwrapId,
String agreementId,
AccountsApi.GetAgreementPdfOptions options) |
Gets the completed user agreement PDF.
|
ApiResponse<UserAgreementResponse> |
AccountsApi.getAgreementWithHttpInfo(String accountId,
String clickwrapId,
String agreementId) |
Gets a specific agreement for a specified clickwrap.
|
ClickwrapVersionResponse |
AccountsApi.getClickwrap(String accountId,
String clickwrapId) |
Gets a single clickwrap object..
|
ClickwrapAgreementsResponse |
AccountsApi.getClickwrapAgreements(String accountId,
String clickwrapId) |
Get user agreements.
|
ClickwrapAgreementsResponse |
AccountsApi.getClickwrapAgreements(String accountId,
String clickwrapId,
AccountsApi.GetClickwrapAgreementsOptions options) |
Get user agreements.
|
ApiResponse<ClickwrapAgreementsResponse> |
AccountsApi.getClickwrapAgreementsWithHttpInfo(String accountId,
String clickwrapId,
AccountsApi.GetClickwrapAgreementsOptions options) |
Get user agreements Retrieves the user agreements for a specified clickwrap.
|
ClickwrapVersionsResponse |
AccountsApi.getClickwraps(String accountId) |
Gets all the clickwraps for a user..
|
ClickwrapVersionsResponse |
AccountsApi.getClickwraps(String accountId,
AccountsApi.GetClickwrapsOptions options) |
Gets all the clickwraps for a user..
|
ApiResponse<ClickwrapVersionsResponse> |
AccountsApi.getClickwrapsWithHttpInfo(String accountId,
AccountsApi.GetClickwrapsOptions options) |
Gets all the clickwraps for a user.
|
ClickwrapVersionResponse |
AccountsApi.getClickwrapVersion(String accountId,
String clickwrapId,
String versionId) |
Gets a specific version of a clickwrap by version ID..
|
ClickwrapAgreementsResponse |
AccountsApi.getClickwrapVersionAgreements(String accountId,
String clickwrapId,
String versionId) |
Gets the agreement responses for a clickwrap version by version ID..
|
ClickwrapAgreementsResponse |
AccountsApi.getClickwrapVersionAgreements(String accountId,
String clickwrapId,
String versionId,
AccountsApi.GetClickwrapVersionAgreementsOptions options) |
Gets the agreement responses for a clickwrap version by version ID..
|
ApiResponse<ClickwrapAgreementsResponse> |
AccountsApi.getClickwrapVersionAgreementsWithHttpInfo(String accountId,
String clickwrapId,
String versionId,
AccountsApi.GetClickwrapVersionAgreementsOptions options) |
Gets the agreement responses for a clickwrap version by version ID.
|
ClickwrapVersionsPagedResponse |
AccountsApi.getClickwrapVersions(String accountId,
String clickwrapId) |
Gets all the versions of a clickwrap..
|
ApiResponse<ClickwrapVersionsPagedResponse> |
AccountsApi.getClickwrapVersionsWithHttpInfo(String accountId,
String clickwrapId) |
Gets all the versions of a clickwrap.
|
ApiResponse<ClickwrapVersionResponse> |
AccountsApi.getClickwrapVersionWithHttpInfo(String accountId,
String clickwrapId,
String versionId) |
Gets a specific version of a clickwrap by version ID.
|
ApiResponse<ClickwrapVersionResponse> |
AccountsApi.getClickwrapWithHttpInfo(String accountId,
String clickwrapId) |
Gets a single clickwrap object.
|
ServiceInformation |
AccountsApi.getServiceInformation() |
Gets the current version and other information about the Click API..
|
ApiResponse<ServiceInformation> |
AccountsApi.getServiceInformationWithHttpInfo() |
Gets the current version and other information about the Click API.
|
ClickwrapVersionSummaryResponse |
AccountsApi.updateClickwrap(String accountId,
String clickwrapId,
ClickwrapTransferRequest clickwrapTransferRequest) |
Update a clickwrap by ID..
|
ClickwrapVersionSummaryResponse |
AccountsApi.updateClickwrapVersion(String accountId,
String clickwrapId,
String versionId,
ClickwrapRequest clickwrapRequest) |
Updates clickwrap version status and ownership..
|
ApiResponse<ClickwrapVersionSummaryResponse> |
AccountsApi.updateClickwrapVersionWithHttpInfo(String accountId,
String clickwrapId,
String versionId,
ClickwrapRequest clickwrapRequest) |
Updates clickwrap version status and ownership.
|
ApiResponse<ClickwrapVersionSummaryResponse> |
AccountsApi.updateClickwrapWithHttpInfo(String accountId,
String clickwrapId,
ClickwrapTransferRequest clickwrapTransferRequest) |
Update a clickwrap by ID.
|