Uses of Interface
com.boldsign.ApiCallback
Packages that use ApiCallback
-
Uses of ApiCallback in com.boldsign
Methods in com.boldsign with parameters of type ApiCallbackModifier and TypeMethodDescriptionokhttp3.CallApiClient.buildCall(String baseUrl, String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String[] authNames, ApiCallback callback) Build HTTP call with the given options.okhttp3.RequestApiClient.buildRequest(String baseUrl, String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String[] authNames, ApiCallback callback) Build an HTTP request with the given options.<T> voidApiClient.executeAsync(okhttp3.Call call, ApiCallback<T> callback) <T> voidApiClient.executeAsync(okhttp3.Call call, Type returnType, ApiCallback<T> callback) Execute HTTP call asynchronously.Constructors in com.boldsign with parameters of type ApiCallbackModifierConstructorDescriptionProgressRequestBody(okhttp3.RequestBody requestBody, ApiCallback callback) ProgressResponseBody(okhttp3.ResponseBody responseBody, ApiCallback callback) -
Uses of ApiCallback in com.boldsign.api
Methods in com.boldsign.api with parameters of type ApiCallbackModifier and TypeMethodDescriptionokhttp3.CallDocumentApi.addAuthenticationAsync(String documentId, AccessCodeDetail accessCodeDetail, ApiCallback<Void> _callback) The add authentication to recipient.okhttp3.CallDocumentApi.addAuthenticationCall(String documentId, AccessCodeDetail accessCodeDetail, ApiCallback _callback) Build call for addAuthenticationokhttp3.CallDocumentApi.addTagAsync(DocumentTags documentTags, ApiCallback<Void> _callback) Add the Tags in Documents.okhttp3.CallTemplateApi.addTagAsync(TemplateTag templateTag, ApiCallback<Void> _callback) Add the Tags in Templates.okhttp3.CallDocumentApi.addTagCall(DocumentTags documentTags, ApiCallback _callback) Build call for addTagokhttp3.CallTemplateApi.addTagCall(TemplateTag templateTag, ApiCallback _callback) Build call for addTagokhttp3.CallPlanApi.apiCreditsCountAsync(ApiCallback<BillingViewModel> _callback) Gets the Api credits details.okhttp3.CallPlanApi.apiCreditsCountCall(ApiCallback _callback) Build call for apiCreditsCountokhttp3.CallDocumentApi.behalfDocumentsAsync(Integer page, String pageType, List<String> emailAddress, List<String> signers, Integer pageSize, OffsetDateTime startDate, List<String> status, OffsetDateTime endDate, String searchKey, List<String> labels, Long nextCursor, List<String> brandIds, ApiCallback<BehalfDocumentRecords> _callback) Gets the behalf documents.okhttp3.CallDocumentApi.behalfDocumentsCall(Integer page, String pageType, List<String> emailAddress, List<String> signers, Integer pageSize, OffsetDateTime startDate, List<String> status, OffsetDateTime endDate, String searchKey, List<String> labels, Long nextCursor, List<String> brandIds, ApiCallback _callback) Build call for behalfDocumentsokhttp3.CallBrandingApi.brandListAsync(ApiCallback<BrandingRecords> _callback) List all the brands.okhttp3.CallBrandingApi.brandListCall(ApiCallback _callback) Build call for brandListokhttp3.CallUserApi.cancelInvitationAsync(String userId, ApiCallback<Void> _callback) Cancel the users invitation.okhttp3.CallUserApi.cancelInvitationCall(String userId, ApiCallback _callback) Build call for cancelInvitationokhttp3.CallDocumentApi.changeAccessCodeAsync(String documentId, AccessCodeDetails accessCodeDetails, String emailId, Integer zorder, ApiCallback<Void> _callback) Changes the access code for the given document signer.okhttp3.CallDocumentApi.changeAccessCodeCall(String documentId, AccessCodeDetails accessCodeDetails, String emailId, Integer zorder, ApiCallback _callback) Build call for changeAccessCodeokhttp3.CallDocumentApi.changeRecipientAsync(String documentId, ChangeRecipient changeRecipient, ApiCallback<Void> _callback) Change recipient details of a document.okhttp3.CallDocumentApi.changeRecipientCall(String documentId, ChangeRecipient changeRecipient, ApiCallback _callback) Build call for changeRecipientokhttp3.CallContactsApi.contactUserListAsync(Integer page, Integer pageSize, String searchKey, String contactType, ApiCallback<ContactsList> _callback) List Contact document.okhttp3.CallContactsApi.contactUserListCall(Integer page, Integer pageSize, String searchKey, String contactType, ApiCallback _callback) Build call for contactUserListokhttp3.CallBrandingApi.createBrandAsync(String brandName, File brandLogo, String backgroundColor, String buttonColor, String buttonTextColor, String emailDisplayName, String disclaimerDescription, String disclaimerTitle, String redirectUrl, Boolean isDefault, Boolean canHideTagLine, Boolean combineAuditTrail, Boolean excludeAuditTrailFromEmail, String emailSignedDocument, String documentTimeZone, Boolean showBuiltInFormFields, Boolean allowCustomFieldCreation, Boolean showSharedCustomFields, Boolean hideDecline, Boolean hideSave, String documentExpirySettingsExpiryDateType, Integer documentExpirySettingsExpiryValue, Boolean documentExpirySettingsEnableDefaultExpiryAlert, Boolean documentExpirySettingsEnableAutoReminder, Integer documentExpirySettingsReminderDays, Integer documentExpirySettingsReminderCount, String customDomainSettingsDomainName, String customDomainSettingsFromName, ApiCallback<BrandCreated> _callback) Create the brand.okhttp3.CallBrandingApi.createBrandCall(String brandName, File brandLogo, String backgroundColor, String buttonColor, String buttonTextColor, String emailDisplayName, String disclaimerDescription, String disclaimerTitle, String redirectUrl, Boolean isDefault, Boolean canHideTagLine, Boolean combineAuditTrail, Boolean excludeAuditTrailFromEmail, String emailSignedDocument, String documentTimeZone, Boolean showBuiltInFormFields, Boolean allowCustomFieldCreation, Boolean showSharedCustomFields, Boolean hideDecline, Boolean hideSave, String documentExpirySettingsExpiryDateType, Integer documentExpirySettingsExpiryValue, Boolean documentExpirySettingsEnableDefaultExpiryAlert, Boolean documentExpirySettingsEnableAutoReminder, Integer documentExpirySettingsReminderDays, Integer documentExpirySettingsReminderCount, String customDomainSettingsDomainName, String customDomainSettingsFromName, ApiCallback _callback) Build call for createBrandokhttp3.CallContactsApi.createContactAsync(List<ContactDetails> contactDetails, ApiCallback<CreateContactResponse> _callback) Create the new Contact.okhttp3.CallContactsApi.createContactCall(List<ContactDetails> contactDetails, ApiCallback _callback) Build call for createContactokhttp3.CallCustomFieldApi.createCustomFieldAsync(BrandCustomFieldDetails brandCustomFieldDetails, ApiCallback<CustomFieldMessage> _callback) Create the custom field.okhttp3.CallCustomFieldApi.createCustomFieldCall(BrandCustomFieldDetails brandCustomFieldDetails, ApiCallback _callback) Build call for createCustomFieldokhttp3.CallDocumentApi.createEmbeddedRequestUrlDocumentAsync(EmbeddedDocumentRequest embeddedDocumentRequest, ApiCallback<EmbeddedSendCreated> _callback) Generates a send URL which embeds document sending process into your application.okhttp3.CallDocumentApi.createEmbeddedRequestUrlDocumentCall(EmbeddedDocumentRequest embeddedDocumentRequest, ApiCallback _callback) Build call for createEmbeddedRequestUrlDocumentokhttp3.CallTemplateApi.createEmbeddedRequestUrlTemplateAsync(String templateId, EmbeddedSendTemplateFormRequest embeddedSendTemplateFormRequest, ApiCallback<EmbeddedSendCreated> _callback) Generates a send URL using a template which embeds document sending process into your application.okhttp3.CallTemplateApi.createEmbeddedRequestUrlTemplateCall(String templateId, EmbeddedSendTemplateFormRequest embeddedSendTemplateFormRequest, ApiCallback _callback) Build call for createEmbeddedRequestUrlTemplateokhttp3.CallTemplateApi.createEmbeddedTemplateUrlAsync(EmbeddedCreateTemplateRequest embeddedCreateTemplateRequest, ApiCallback<EmbeddedTemplateCreated> _callback) Generates a create URL to embeds template create process into your application.okhttp3.CallTemplateApi.createEmbeddedTemplateUrlCall(EmbeddedCreateTemplateRequest embeddedCreateTemplateRequest, ApiCallback _callback) Build call for createEmbeddedTemplateUrlokhttp3.CallIdentityVerificationApi.createEmbeddedVerificationUrlAsync(String documentId, EmbeddedFileDetails embeddedFileDetails, ApiCallback<EmbeddedFileLink> _callback) Generate a URL that embeds manual ID verification for the specified document signer into your application.okhttp3.CallIdentityVerificationApi.createEmbeddedVerificationUrlCall(String documentId, EmbeddedFileDetails embeddedFileDetails, ApiCallback _callback) Build call for createEmbeddedVerificationUrlokhttp3.CallSenderIdentitiesApi.createSenderIdentitiesAsync(CreateSenderIdentityRequest createSenderIdentityRequest, ApiCallback<SenderIdentityCreated> _callback) Creates sender identity.okhttp3.CallSenderIdentitiesApi.createSenderIdentitiesCall(CreateSenderIdentityRequest createSenderIdentityRequest, ApiCallback _callback) Build call for createSenderIdentitiesokhttp3.CallTeamsApi.createTeamAsync(CreateTeamRequest createTeamRequest, ApiCallback<TeamCreated> _callback) Create Team.okhttp3.CallTeamsApi.createTeamCall(CreateTeamRequest createTeamRequest, ApiCallback _callback) Build call for createTeamokhttp3.CallTemplateApi.createTemplateAsync(CreateTemplateRequest createTemplateRequest, ApiCallback<TemplateCreated> _callback) Creates a new template.okhttp3.CallTemplateApi.createTemplateCall(CreateTemplateRequest createTemplateRequest, ApiCallback _callback) Build call for createTemplateokhttp3.CallUserApi.createUserAsync(List<CreateUser> createUser, ApiCallback<Void> _callback) Create the user.okhttp3.CallUserApi.createUserCall(List<CreateUser> createUser, ApiCallback _callback) Build call for createUserokhttp3.CallCustomFieldApi.customFieldsListAsync(String brandId, ApiCallback<CustomFieldCollection> _callback) List the custom fields respective to the brand id.okhttp3.CallCustomFieldApi.customFieldsListCall(String brandId, ApiCallback _callback) Build call for customFieldsListokhttp3.CallBrandingApi.deleteBrandAsync(String brandId, ApiCallback<BrandingMessage> _callback) Delete the brand.okhttp3.CallBrandingApi.deleteBrandCall(String brandId, ApiCallback _callback) Build call for deleteBrandokhttp3.CallContactsApi.deleteContactsAsync(String id, ApiCallback<Void> _callback) Deletes a contact.okhttp3.CallContactsApi.deleteContactsCall(String id, ApiCallback _callback) Build call for deleteContactsokhttp3.CallCustomFieldApi.deleteCustomFieldAsync(String customFieldId, ApiCallback<DeleteCustomFieldReply> _callback) Delete the custom field.okhttp3.CallCustomFieldApi.deleteCustomFieldCall(String customFieldId, ApiCallback _callback) Build call for deleteCustomFieldokhttp3.CallDocumentApi.deleteDocumentAsync(String documentId, Boolean deletePermanently, ApiCallback<Void> _callback) Delete the document.okhttp3.CallDocumentApi.deleteDocumentCall(String documentId, Boolean deletePermanently, ApiCallback _callback) Build call for deleteDocumentokhttp3.CallSenderIdentitiesApi.deleteSenderIdentitiesAsync(String email, ApiCallback<Void> _callback) Deletes sender identity.okhttp3.CallSenderIdentitiesApi.deleteSenderIdentitiesCall(String email, ApiCallback _callback) Build call for deleteSenderIdentitiesokhttp3.CallDocumentApi.deleteTagAsync(DocumentTags documentTags, ApiCallback<Void> _callback) Delete the Tags in Documents.okhttp3.CallTemplateApi.deleteTagAsync(TemplateTag templateTag, ApiCallback<Void> _callback) Delete the Tags in Templates.okhttp3.CallDocumentApi.deleteTagCall(DocumentTags documentTags, ApiCallback _callback) Build call for deleteTagokhttp3.CallTemplateApi.deleteTagCall(TemplateTag templateTag, ApiCallback _callback) Build call for deleteTagokhttp3.CallTemplateApi.deleteTemplateAsync(String templateId, String onBehalfOf, ApiCallback<Void> _callback) Deletes a template.okhttp3.CallTemplateApi.deleteTemplateCall(String templateId, String onBehalfOf, ApiCallback _callback) Build call for deleteTemplateokhttp3.CallTemplateApi.downloadAsync(String templateId, String onBehalfOf, ApiCallback<File> _callback) Download the template.okhttp3.CallDocumentApi.downloadAttachmentAsync(String documentId, String attachmentId, String onBehalfOf, ApiCallback<File> _callback) Download the Attachment.okhttp3.CallDocumentApi.downloadAttachmentCall(String documentId, String attachmentId, String onBehalfOf, ApiCallback _callback) Build call for downloadAttachmentokhttp3.CallDocumentApi.downloadAuditLogAsync(String documentId, String onBehalfOf, ApiCallback<File> _callback) Download the audit trail document.okhttp3.CallDocumentApi.downloadAuditLogCall(String documentId, String onBehalfOf, ApiCallback _callback) Build call for downloadAuditLogokhttp3.CallTemplateApi.downloadCall(String templateId, String onBehalfOf, ApiCallback _callback) Build call for downloadokhttp3.CallDocumentApi.downloadDocumentAsync(String documentId, String onBehalfOf, ApiCallback<File> _callback) Download the document.okhttp3.CallDocumentApi.downloadDocumentCall(String documentId, String onBehalfOf, ApiCallback _callback) Build call for downloadDocumentokhttp3.CallBrandingApi.editBrandAsync(String brandId, String brandName, File brandLogo, String backgroundColor, String buttonColor, String buttonTextColor, String emailDisplayName, String disclaimerDescription, String disclaimerTitle, String redirectUrl, Boolean isDefault, Boolean canHideTagLine, Boolean combineAuditTrail, Boolean excludeAuditTrailFromEmail, String emailSignedDocument, String documentTimeZone, Boolean showBuiltInFormFields, Boolean allowCustomFieldCreation, Boolean showSharedCustomFields, Boolean hideDecline, Boolean hideSave, String documentExpirySettingsExpiryDateType, Integer documentExpirySettingsExpiryValue, Boolean documentExpirySettingsEnableDefaultExpiryAlert, Boolean documentExpirySettingsEnableAutoReminder, Integer documentExpirySettingsReminderDays, Integer documentExpirySettingsReminderCount, String customDomainSettingsDomainName, String customDomainSettingsFromName, ApiCallback<BrandCreated> _callback) Edit the brand.okhttp3.CallBrandingApi.editBrandCall(String brandId, String brandName, File brandLogo, String backgroundColor, String buttonColor, String buttonTextColor, String emailDisplayName, String disclaimerDescription, String disclaimerTitle, String redirectUrl, Boolean isDefault, Boolean canHideTagLine, Boolean combineAuditTrail, Boolean excludeAuditTrailFromEmail, String emailSignedDocument, String documentTimeZone, Boolean showBuiltInFormFields, Boolean allowCustomFieldCreation, Boolean showSharedCustomFields, Boolean hideDecline, Boolean hideSave, String documentExpirySettingsExpiryDateType, Integer documentExpirySettingsExpiryValue, Boolean documentExpirySettingsEnableDefaultExpiryAlert, Boolean documentExpirySettingsEnableAutoReminder, Integer documentExpirySettingsReminderDays, Integer documentExpirySettingsReminderCount, String customDomainSettingsDomainName, String customDomainSettingsFromName, ApiCallback _callback) Build call for editBrandokhttp3.CallCustomFieldApi.editCustomFieldAsync(String customFieldId, BrandCustomFieldDetails brandCustomFieldDetails, ApiCallback<CustomFieldMessage> _callback) Edit the custom field.okhttp3.CallCustomFieldApi.editCustomFieldCall(String customFieldId, BrandCustomFieldDetails brandCustomFieldDetails, ApiCallback _callback) Build call for editCustomFieldokhttp3.CallTemplateApi.editTemplateAsync(String templateId, EditTemplateRequest editTemplateRequest, ApiCallback<Void> _callback) Edit and updates an existing template.okhttp3.CallTemplateApi.editTemplateCall(String templateId, EditTemplateRequest editTemplateRequest, ApiCallback _callback) Build call for editTemplateokhttp3.CallCustomFieldApi.embedCustomFieldAsync(String brandId, OffsetDateTime linkValidTill, ApiCallback<EmbeddedCustomFieldCreated> _callback) Generates a URL for creating or modifying custom fields within your application's embedded Designer.okhttp3.CallCustomFieldApi.embedCustomFieldCall(String brandId, OffsetDateTime linkValidTill, ApiCallback _callback) Build call for embedCustomFieldokhttp3.CallDocumentApi.extendExpiryAsync(String documentId, ExtendExpiry extendExpiry, ApiCallback<Void> _callback) Extends the expiration date of the document.okhttp3.CallDocumentApi.extendExpiryCall(String documentId, ExtendExpiry extendExpiry, ApiCallback _callback) Build call for extendExpiryokhttp3.CallBrandingApi.getBrandAsync(String brandId, ApiCallback<ViewBrandDetails> _callback) Get the specific brand details.okhttp3.CallBrandingApi.getBrandCall(String brandId, ApiCallback _callback) Build call for getBrandokhttp3.CallContactsApi.getContactAsync(String id, ApiCallback<ContactsDetails> _callback) Get summary of the contact.okhttp3.CallContactsApi.getContactCall(String id, ApiCallback _callback) Build call for getContactokhttp3.CallDocumentApi.getEmbeddedSignLinkAsync(String documentId, String signerEmail, String countryCode, String phoneNumber, OffsetDateTime signLinkValidTill, URI redirectUrl, ApiCallback<EmbeddedSigningLink> _callback) Get sign link for Embedded Sign.okhttp3.CallDocumentApi.getEmbeddedSignLinkCall(String documentId, String signerEmail, String countryCode, String phoneNumber, OffsetDateTime signLinkValidTill, URI redirectUrl, ApiCallback _callback) Build call for getEmbeddedSignLinkokhttp3.CallTemplateApi.getEmbeddedTemplateEditUrlAsync(String templateId, EmbeddedTemplateEditRequest embeddedTemplateEditRequest, ApiCallback<EmbeddedTemplateEdited> _callback) Generates a edit URL to embeds template edit process into your application.okhttp3.CallTemplateApi.getEmbeddedTemplateEditUrlCall(String templateId, EmbeddedTemplateEditRequest embeddedTemplateEditRequest, ApiCallback _callback) Build call for getEmbeddedTemplateEditUrlokhttp3.CallDocumentApi.getPropertiesAsync(String documentId, ApiCallback<DocumentProperties> _callback) Get summary of the document.okhttp3.CallTemplateApi.getPropertiesAsync(String templateId, ApiCallback<TemplateProperties> _callback) Get summary of the template.okhttp3.CallDocumentApi.getPropertiesCall(String documentId, ApiCallback _callback) Build call for getPropertiesokhttp3.CallTemplateApi.getPropertiesCall(String templateId, ApiCallback _callback) Build call for getPropertiesokhttp3.CallTeamsApi.getTeamAsync(String teamId, ApiCallback<TeamResponse> _callback) Get Team details.okhttp3.CallTeamsApi.getTeamCall(String teamId, ApiCallback _callback) Build call for getTeamokhttp3.CallUserApi.getUserAsync(String userId, ApiCallback<UserProperties> _callback) Get summary of the user.okhttp3.CallUserApi.getUserCall(String userId, ApiCallback _callback) Build call for getUserokhttp3.CallIdentityVerificationApi.imageAsync(String documentId, DownloadImageRequest downloadImageRequest, ApiCallback<File> _callback) Retrieve the uploaded ID verification document or selfie image for the specified document signer using the file ID.okhttp3.CallIdentityVerificationApi.imageCall(String documentId, DownloadImageRequest downloadImageRequest, ApiCallback _callback) Build call for imageokhttp3.CallDocumentApi.listDocumentsAsync(Integer page, List<String> sentBy, List<String> recipients, String transmitType, String dateFilterType, Integer pageSize, OffsetDateTime startDate, List<String> status, OffsetDateTime endDate, String searchKey, List<String> labels, Long nextCursor, List<String> brandIds, ApiCallback<DocumentRecords> _callback) List user documents.okhttp3.CallDocumentApi.listDocumentsCall(Integer page, List<String> sentBy, List<String> recipients, String transmitType, String dateFilterType, Integer pageSize, OffsetDateTime startDate, List<String> status, OffsetDateTime endDate, String searchKey, List<String> labels, Long nextCursor, List<String> brandIds, ApiCallback _callback) Build call for listDocumentsokhttp3.CallSenderIdentitiesApi.listSenderIdentitiesAsync(Integer page, Integer pageSize, String search, List<String> brandIds, ApiCallback<SenderIdentityList> _callback) Lists sender identity.okhttp3.CallSenderIdentitiesApi.listSenderIdentitiesCall(Integer page, Integer pageSize, String search, List<String> brandIds, ApiCallback _callback) Build call for listSenderIdentitiesokhttp3.CallTeamsApi.listTeamsAsync(Integer page, Integer pageSize, String searchKey, ApiCallback<TeamListResponse> _callback) List Teams.okhttp3.CallTeamsApi.listTeamsCall(Integer page, Integer pageSize, String searchKey, ApiCallback _callback) Build call for listTeamsokhttp3.CallTemplateApi.listTemplatesAsync(Integer page, String templateType, Integer pageSize, String searchKey, List<String> onBehalfOf, List<String> createdBy, List<String> templateLabels, OffsetDateTime startDate, OffsetDateTime endDate, List<String> brandIds, ApiCallback<TemplateRecords> _callback) List all the templates.okhttp3.CallTemplateApi.listTemplatesCall(Integer page, String templateType, Integer pageSize, String searchKey, List<String> onBehalfOf, List<String> createdBy, List<String> templateLabels, OffsetDateTime startDate, OffsetDateTime endDate, List<String> brandIds, ApiCallback _callback) Build call for listTemplatesokhttp3.CallUserApi.listUsersAsync(Integer page, Integer pageSize, String search, ApiCallback<UserRecords> _callback) List user documents.okhttp3.CallUserApi.listUsersCall(Integer page, Integer pageSize, String search, ApiCallback _callback) Build call for listUsersokhttp3.CallTemplateApi.mergeAndSendAsync(MergeAndSendForSignForm mergeAndSendForSignForm, ApiCallback<DocumentCreated> _callback) Send the document by merging multiple templates.okhttp3.CallTemplateApi.mergeAndSendCall(MergeAndSendForSignForm mergeAndSendForSignForm, ApiCallback _callback) Build call for mergeAndSendokhttp3.CallTemplateApi.mergeCreateEmbeddedRequestUrlTemplateAsync(EmbeddedMergeTemplateFormRequest embeddedMergeTemplateFormRequest, ApiCallback<EmbeddedSendCreated> _callback) Generates a merge request URL using a template that combines document merging and sending processes into your application.okhttp3.CallTemplateApi.mergeCreateEmbeddedRequestUrlTemplateCall(EmbeddedMergeTemplateFormRequest embeddedMergeTemplateFormRequest, ApiCallback _callback) Build call for mergeCreateEmbeddedRequestUrlTemplateokhttp3.CallDocumentApi.prefillFieldsAsync(String documentId, PrefillFieldRequest prefillFieldRequest, ApiCallback<Void> _callback) Updates the value (prefill) of the fields in the document.okhttp3.CallDocumentApi.prefillFieldsCall(String documentId, PrefillFieldRequest prefillFieldRequest, ApiCallback _callback) Build call for prefillFieldsokhttp3.CallDocumentApi.remindDocumentAsync(String documentId, List<String> receiverEmails, ReminderMessage reminderMessage, ApiCallback<Void> _callback) Send reminder to pending signers.okhttp3.CallDocumentApi.remindDocumentCall(String documentId, List<String> receiverEmails, ReminderMessage reminderMessage, ApiCallback _callback) Build call for remindDocumentokhttp3.CallDocumentApi.removeAuthenticationAsync(String documentId, RemoveAuthentication removeAuthentication, ApiCallback<Void> _callback) Remove the access code for the given document signer.okhttp3.CallDocumentApi.removeAuthenticationCall(String documentId, RemoveAuthentication removeAuthentication, ApiCallback _callback) Build call for removeAuthenticationokhttp3.CallIdentityVerificationApi.reportAsync(String documentId, VerificationDataRequest verificationDataRequest, ApiCallback<IdReport> _callback) Retrieve the ID verification report for the specified document signer.okhttp3.CallIdentityVerificationApi.reportCall(String documentId, VerificationDataRequest verificationDataRequest, ApiCallback _callback) Build call for reportokhttp3.CallSenderIdentitiesApi.reRequestSenderIdentitiesAsync(String email, ApiCallback<Void> _callback) Rerequests denied sender identity.okhttp3.CallSenderIdentitiesApi.reRequestSenderIdentitiesCall(String email, ApiCallback _callback) Build call for reRequestSenderIdentitiesokhttp3.CallUserApi.resendInvitationAsync(String userId, ApiCallback<Void> _callback) Resend the users invitation.okhttp3.CallUserApi.resendInvitationCall(String userId, ApiCallback _callback) Build call for resendInvitationokhttp3.CallSenderIdentitiesApi.resendInvitationSenderIdentitiesAsync(String email, ApiCallback<Void> _callback) Resends sender identity invitation.okhttp3.CallSenderIdentitiesApi.resendInvitationSenderIdentitiesCall(String email, ApiCallback _callback) Build call for resendInvitationSenderIdentitiesokhttp3.CallBrandingApi.resetDefaultBrandAsync(String brandId, ApiCallback<BrandingMessage> _callback) Reset default brand.okhttp3.CallBrandingApi.resetDefaultBrandCall(String brandId, ApiCallback _callback) Build call for resetDefaultBrandokhttp3.CallDocumentApi.revokeDocumentAsync(String documentId, RevokeDocument revokeDocument, ApiCallback<Void> _callback) Revoke the document.okhttp3.CallDocumentApi.revokeDocumentCall(String documentId, RevokeDocument revokeDocument, ApiCallback _callback) Build call for revokeDocumentokhttp3.CallDocumentApi.sendDocumentAsync(SendForSign sendForSign, ApiCallback<DocumentCreated> _callback) Sends the document for sign.okhttp3.CallDocumentApi.sendDocumentCall(SendForSign sendForSign, ApiCallback _callback) Build call for sendDocumentokhttp3.CallTemplateApi.sendUsingTemplateAsync(String templateId, SendForSignFromTemplateForm sendForSignFromTemplateForm, ApiCallback<DocumentCreated> _callback) Send a document for signature using a Template.okhttp3.CallTemplateApi.sendUsingTemplateCall(String templateId, SendForSignFromTemplateForm sendForSignFromTemplateForm, ApiCallback _callback) Build call for sendUsingTemplateokhttp3.CallDocumentApi.teamDocumentsAsync(Integer page, List<String> userId, List<String> teamId, String transmitType, String dateFilterType, Integer pageSize, OffsetDateTime startDate, List<String> status, OffsetDateTime endDate, String searchKey, List<String> labels, Long nextCursor, List<String> brandIds, ApiCallback<TeamDocumentRecords> _callback) Get user Team documents.okhttp3.CallDocumentApi.teamDocumentsCall(Integer page, List<String> userId, List<String> teamId, String transmitType, String dateFilterType, Integer pageSize, OffsetDateTime startDate, List<String> status, OffsetDateTime endDate, String searchKey, List<String> labels, Long nextCursor, List<String> brandIds, ApiCallback _callback) Build call for teamDocumentsokhttp3.CallContactsApi.updateContactAsync(String id, ContactDetails contactDetails, ApiCallback<Void> _callback) Update the contact.okhttp3.CallContactsApi.updateContactCall(String id, ContactDetails contactDetails, ApiCallback _callback) Build call for updateContactokhttp3.CallUserApi.updateMetaDataAsync(UpdateUserMetaData updateUserMetaData, ApiCallback<Void> _callback) Update new User meta data details.okhttp3.CallUserApi.updateMetaDataCall(UpdateUserMetaData updateUserMetaData, ApiCallback _callback) Build call for updateMetaDataokhttp3.CallSenderIdentitiesApi.updateSenderIdentitiesAsync(String email, EditSenderIdentityRequest editSenderIdentityRequest, ApiCallback<Void> _callback) Updates sender identity.okhttp3.CallSenderIdentitiesApi.updateSenderIdentitiesCall(String email, EditSenderIdentityRequest editSenderIdentityRequest, ApiCallback _callback) Build call for updateSenderIdentitiesokhttp3.CallTeamsApi.updateTeamAsync(TeamUpdateRequest teamUpdateRequest, ApiCallback<Void> _callback) Update Team.okhttp3.CallTeamsApi.updateTeamCall(TeamUpdateRequest teamUpdateRequest, ApiCallback _callback) Build call for updateTeamokhttp3.CallUserApi.updateUserAsync(UpdateUser updateUser, ApiCallback<Void> _callback) Update new User role.okhttp3.CallUserApi.updateUserCall(UpdateUser updateUser, ApiCallback _callback) Build call for updateUser