Uses of Class
com.docusign.click.api.AccountsApi.GetClickwrapVersionAgreementsOptions
-
Packages that use AccountsApi.GetClickwrapVersionAgreementsOptions Package Description com.docusign.click.api -
-
Uses of AccountsApi.GetClickwrapVersionAgreementsOptions in com.docusign.click.api
Methods in com.docusign.click.api with parameters of type AccountsApi.GetClickwrapVersionAgreementsOptions Modifier and Type Method Description ClickwrapAgreementsResponseAccountsApi. getClickwrapVersionAgreements(String accountId, String clickwrapId, String versionId, AccountsApi.GetClickwrapVersionAgreementsOptions options)Gets the agreement responses for a clickwrap version.ApiResponse<ClickwrapAgreementsResponse>AccountsApi. getClickwrapVersionAgreementsWithHttpInfo(String accountId, String clickwrapId, String versionId, AccountsApi.GetClickwrapVersionAgreementsOptions options)Gets the agreement responses for a clickwrap version
-