ClickwrapVersionSummaryResponse |
AccountsApi.createClickwrap(String accountId,
ClickwrapRequest clickwrapRequest) |
Creates a Clickwrap for the specified accountId.
|
ClickwrapVersionSummaryResponse |
AccountsApi.createClickwrapVersion(String accountId,
String clickwrapId,
ClickwrapRequest clickwrapRequest) |
Creates the clickwrap version.
|
UserAgreementResponse |
AccountsApi.createHasAgreed(String accountId,
String clickwrapId,
UserAgreementRequest userAgreementRequest) |
Checks if a user has agreed to a clickwrap and returns a response with the agreement url.
|
ClickwrapVersionsDeleteResponse |
AccountsApi.deleteClickwrap(String accountId,
String clickwrapId) |
Deletes the clickwrap and all its version specified by clickwrapId.
|
ClickwrapVersionsDeleteResponse |
AccountsApi.deleteClickwrap(String accountId,
String clickwrapId,
AccountsApi.DeleteClickwrapOptions options) |
Deletes the clickwrap and all its version specified by clickwrapId.
|
ClickwrapsDeleteResponse |
AccountsApi.deleteClickwraps(String accountId) |
Deletes all the clickwraps for an account or the ones passed in query parameter clickwrapIds.
|
ClickwrapsDeleteResponse |
AccountsApi.deleteClickwraps(String accountId,
AccountsApi.DeleteClickwrapsOptions options) |
Deletes all the clickwraps for an account or the ones passed in query parameter clickwrapIds.
|
ClickwrapVersionDeleteResponse |
AccountsApi.deleteClickwrapVersion(String accountId,
String clickwrapId,
String versionId) |
Delete a Clickwrap version specified by versionId.
|
ClickwrapVersionsDeleteResponse |
AccountsApi.deleteClickwrapVersions(String accountId,
String clickwrapId) |
Deletes the versions specified by query parameter clickwrapVersionIds for a clickwrap, or all versions if no query parameter is specified.
|
ClickwrapVersionsDeleteResponse |
AccountsApi.deleteClickwrapVersions(String accountId,
String clickwrapId,
AccountsApi.DeleteClickwrapVersionsOptions options) |
Deletes the versions specified by query parameter clickwrapVersionIds for a clickwrap, or all versions if no query parameter is specified.
|
UserAgreementResponse |
AccountsApi.getAgreement(String accountId,
String clickwrapId,
String agreementId) |
Gets the agreement by a provided agreement ID.
|
byte[] |
AccountsApi.getAgreementPdf(String accountId,
String clickwrapId,
String agreementId) |
Downloads the agreement PDF and optionally certificate of completion..
|
byte[] |
AccountsApi.getAgreementPdf(String accountId,
String clickwrapId,
String agreementId,
AccountsApi.GetAgreementPdfOptions options) |
Downloads the agreement PDF and optionally certificate of completion..
|
ClickwrapVersionResponse |
AccountsApi.getClickwrap(String accountId,
String clickwrapId) |
Gets the clickwrap for an account specified by clickwrapId.
|
ClickwrapAgreementsResponse |
AccountsApi.getClickwrapAgreements(String accountId,
String clickwrapId) |
Gets the agreement responses for a clickwrap.
|
ClickwrapAgreementsResponse |
AccountsApi.getClickwrapAgreements(String accountId,
String clickwrapId,
AccountsApi.GetClickwrapAgreementsOptions options) |
Gets the agreement responses for a clickwrap.
|
ClickwrapVersionsResponse |
AccountsApi.getClickwraps(String accountId) |
Gets the Clickwraps for an account.
|
ClickwrapVersionsResponse |
AccountsApi.getClickwraps(String accountId,
AccountsApi.GetClickwrapsOptions options) |
Gets the Clickwraps for an account.
|
ClickwrapVersionResponse |
AccountsApi.getClickwrapVersion(String accountId,
String clickwrapId,
String versionId) |
Gets the Clickwrap version by clickwrapId and versionId for an account.
|
ClickwrapAgreementsResponse |
AccountsApi.getClickwrapVersionAgreements(String accountId,
String clickwrapId,
String versionId) |
Gets the agreement responses for a clickwrap version.
|
ClickwrapAgreementsResponse |
AccountsApi.getClickwrapVersionAgreements(String accountId,
String clickwrapId,
String versionId,
AccountsApi.GetClickwrapVersionAgreementsOptions options) |
Gets the agreement responses for a clickwrap version.
|
ClickwrapVersionsPagedResponse |
AccountsApi.getClickwrapVersions(String accountId,
String clickwrapId) |
Gets all the versions of a clickwrap for an account.
|
ServiceInformation |
AccountsApi.getServiceInformation() |
Provides base service and version access information..
|
ClickwrapVersionSummaryResponse |
AccountsApi.updateClickwrap(String accountId,
String clickwrapId,
ClickwrapTransferRequest clickwrapTransferRequest) |
Updates the clickwrap specified by clickwrapId.
|
ClickwrapVersionSummaryResponse |
AccountsApi.updateClickwrapVersion(String accountId,
String clickwrapId,
String versionId,
ClickwrapRequest clickwrapRequest) |
Updates the clickwrap version specified by versionId.
|