okhttp3.Call |
DocumentApi.addAuthenticationAsync(String documentId,
AccessCodeDetail accessCodeDetail,
ApiCallback<Void> _callback) |
The add authentication to recipient.
|
okhttp3.Call |
DocumentApi.addAuthenticationCall(String documentId,
AccessCodeDetail accessCodeDetail,
ApiCallback _callback) |
Build call for addAuthentication
|
okhttp3.Call |
DocumentApi.addTagAsync(DocumentTags documentTags,
ApiCallback<Void> _callback) |
Add the Tags in Documents.
|
okhttp3.Call |
TemplateApi.addTagAsync(TemplateTag templateTag,
ApiCallback<Void> _callback) |
Add the Tags in Templates.
|
okhttp3.Call |
DocumentApi.addTagCall(DocumentTags documentTags,
ApiCallback _callback) |
Build call for addTag
|
okhttp3.Call |
TemplateApi.addTagCall(TemplateTag templateTag,
ApiCallback _callback) |
Build call for addTag
|
okhttp3.Call |
PlanApi.apiCreditsCountAsync(ApiCallback<BillingViewModel> _callback) |
Gets the Api credits details.
|
okhttp3.Call |
PlanApi.apiCreditsCountCall(ApiCallback _callback) |
Build call for apiCreditsCount
|
okhttp3.Call |
DocumentApi.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.Call |
DocumentApi.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 behalfDocuments
|
okhttp3.Call |
BrandingApi.brandListAsync(ApiCallback<BrandingRecords> _callback) |
List all the brands.
|
okhttp3.Call |
BrandingApi.brandListCall(ApiCallback _callback) |
Build call for brandList
|
okhttp3.Call |
UserApi.cancelInvitationAsync(String userId,
ApiCallback<Void> _callback) |
Cancel the users invitation.
|
okhttp3.Call |
UserApi.cancelInvitationCall(String userId,
ApiCallback _callback) |
Build call for cancelInvitation
|
okhttp3.Call |
DocumentApi.changeAccessCodeAsync(String documentId,
AccessCodeDetails accessCodeDetails,
String emailId,
Integer zorder,
ApiCallback<Void> _callback) |
Changes the access code for the given document signer.
|
okhttp3.Call |
DocumentApi.changeAccessCodeCall(String documentId,
AccessCodeDetails accessCodeDetails,
String emailId,
Integer zorder,
ApiCallback _callback) |
Build call for changeAccessCode
|
okhttp3.Call |
DocumentApi.changeRecipientAsync(String documentId,
ChangeRecipient changeRecipient,
ApiCallback<Void> _callback) |
Change recipient details of a document.
|
okhttp3.Call |
DocumentApi.changeRecipientCall(String documentId,
ChangeRecipient changeRecipient,
ApiCallback _callback) |
Build call for changeRecipient
|
okhttp3.Call |
ContactsApi.contactUserListAsync(Integer page,
Integer pageSize,
String searchKey,
String contactType,
ApiCallback<ContactsList> _callback) |
List Contact document.
|
okhttp3.Call |
ContactsApi.contactUserListCall(Integer page,
Integer pageSize,
String searchKey,
String contactType,
ApiCallback _callback) |
Build call for contactUserList
|
okhttp3.Call |
BrandingApi.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 combineAttachments,
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.Call |
BrandingApi.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 combineAttachments,
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 createBrand
|
okhttp3.Call |
ContactsApi.createContactAsync(List<ContactDetails> contactDetails,
ApiCallback<CreateContactResponse> _callback) |
Create the new Contact.
|
okhttp3.Call |
ContactsApi.createContactCall(List<ContactDetails> contactDetails,
ApiCallback _callback) |
Build call for createContact
|
okhttp3.Call |
CustomFieldApi.createCustomFieldAsync(BrandCustomFieldDetails brandCustomFieldDetails,
ApiCallback<CustomFieldMessage> _callback) |
Create the custom field.
|
okhttp3.Call |
CustomFieldApi.createCustomFieldCall(BrandCustomFieldDetails brandCustomFieldDetails,
ApiCallback _callback) |
Build call for createCustomField
|
okhttp3.Call |
DocumentApi.createEmbeddedRequestUrlDocumentAsync(EmbeddedDocumentRequest embeddedDocumentRequest,
ApiCallback<EmbeddedSendCreated> _callback) |
Generates a send URL which embeds document sending process into your application.
|
okhttp3.Call |
DocumentApi.createEmbeddedRequestUrlDocumentCall(EmbeddedDocumentRequest embeddedDocumentRequest,
ApiCallback _callback) |
Build call for createEmbeddedRequestUrlDocument
|
okhttp3.Call |
TemplateApi.createEmbeddedRequestUrlTemplateAsync(String templateId,
EmbeddedSendTemplateFormRequest embeddedSendTemplateFormRequest,
ApiCallback<EmbeddedSendCreated> _callback) |
Generates a send URL using a template which embeds document sending process into your application.
|
okhttp3.Call |
TemplateApi.createEmbeddedRequestUrlTemplateCall(String templateId,
EmbeddedSendTemplateFormRequest embeddedSendTemplateFormRequest,
ApiCallback _callback) |
Build call for createEmbeddedRequestUrlTemplate
|
okhttp3.Call |
TemplateApi.createEmbeddedTemplateUrlAsync(EmbeddedCreateTemplateRequest embeddedCreateTemplateRequest,
ApiCallback<EmbeddedTemplateCreated> _callback) |
Generates a create URL to embeds template create process into your application.
|
okhttp3.Call |
TemplateApi.createEmbeddedTemplateUrlCall(EmbeddedCreateTemplateRequest embeddedCreateTemplateRequest,
ApiCallback _callback) |
Build call for createEmbeddedTemplateUrl
|
okhttp3.Call |
IdentityVerificationApi.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.Call |
IdentityVerificationApi.createEmbeddedVerificationUrlCall(String documentId,
EmbeddedFileDetails embeddedFileDetails,
ApiCallback _callback) |
Build call for createEmbeddedVerificationUrl
|
okhttp3.Call |
SenderIdentitiesApi.createSenderIdentitiesAsync(CreateSenderIdentityRequest createSenderIdentityRequest,
ApiCallback<SenderIdentityCreated> _callback) |
Creates sender identity.
|
okhttp3.Call |
SenderIdentitiesApi.createSenderIdentitiesCall(CreateSenderIdentityRequest createSenderIdentityRequest,
ApiCallback _callback) |
Build call for createSenderIdentities
|
okhttp3.Call |
TeamsApi.createTeamAsync(CreateTeamRequest createTeamRequest,
ApiCallback<TeamCreated> _callback) |
Create Team.
|
okhttp3.Call |
TeamsApi.createTeamCall(CreateTeamRequest createTeamRequest,
ApiCallback _callback) |
Build call for createTeam
|
okhttp3.Call |
TemplateApi.createTemplateAsync(CreateTemplateRequest createTemplateRequest,
ApiCallback<TemplateCreated> _callback) |
Creates a new template.
|
okhttp3.Call |
TemplateApi.createTemplateCall(CreateTemplateRequest createTemplateRequest,
ApiCallback _callback) |
Build call for createTemplate
|
okhttp3.Call |
UserApi.createUserAsync(List<CreateUser> createUser,
ApiCallback<Void> _callback) |
Create the user.
|
okhttp3.Call |
UserApi.createUserCall(List<CreateUser> createUser,
ApiCallback _callback) |
Build call for createUser
|
okhttp3.Call |
CustomFieldApi.customFieldsListAsync(String brandId,
ApiCallback<CustomFieldCollection> _callback) |
List the custom fields respective to the brand id.
|
okhttp3.Call |
CustomFieldApi.customFieldsListCall(String brandId,
ApiCallback _callback) |
Build call for customFieldsList
|
okhttp3.Call |
BrandingApi.deleteBrandAsync(String brandId,
ApiCallback<BrandingMessage> _callback) |
Delete the brand.
|
okhttp3.Call |
BrandingApi.deleteBrandCall(String brandId,
ApiCallback _callback) |
Build call for deleteBrand
|
okhttp3.Call |
ContactsApi.deleteContactsAsync(String id,
ApiCallback<Void> _callback) |
Deletes a contact.
|
okhttp3.Call |
ContactsApi.deleteContactsCall(String id,
ApiCallback _callback) |
Build call for deleteContacts
|
okhttp3.Call |
CustomFieldApi.deleteCustomFieldAsync(String customFieldId,
ApiCallback<DeleteCustomFieldReply> _callback) |
Delete the custom field.
|
okhttp3.Call |
CustomFieldApi.deleteCustomFieldCall(String customFieldId,
ApiCallback _callback) |
Build call for deleteCustomField
|
okhttp3.Call |
DocumentApi.deleteDocumentAsync(String documentId,
Boolean deletePermanently,
ApiCallback<Void> _callback) |
Delete the document.
|
okhttp3.Call |
DocumentApi.deleteDocumentCall(String documentId,
Boolean deletePermanently,
ApiCallback _callback) |
Build call for deleteDocument
|
okhttp3.Call |
SenderIdentitiesApi.deleteSenderIdentitiesAsync(String email,
ApiCallback<Void> _callback) |
Deletes sender identity.
|
okhttp3.Call |
SenderIdentitiesApi.deleteSenderIdentitiesCall(String email,
ApiCallback _callback) |
Build call for deleteSenderIdentities
|
okhttp3.Call |
DocumentApi.deleteTagAsync(DocumentTags documentTags,
ApiCallback<Void> _callback) |
Delete the Tags in Documents.
|
okhttp3.Call |
TemplateApi.deleteTagAsync(TemplateTag templateTag,
ApiCallback<Void> _callback) |
Delete the Tags in Templates.
|
okhttp3.Call |
DocumentApi.deleteTagCall(DocumentTags documentTags,
ApiCallback _callback) |
Build call for deleteTag
|
okhttp3.Call |
TemplateApi.deleteTagCall(TemplateTag templateTag,
ApiCallback _callback) |
Build call for deleteTag
|
okhttp3.Call |
TemplateApi.deleteTemplateAsync(String templateId,
String onBehalfOf,
ApiCallback<Void> _callback) |
Deletes a template.
|
okhttp3.Call |
TemplateApi.deleteTemplateCall(String templateId,
String onBehalfOf,
ApiCallback _callback) |
Build call for deleteTemplate
|
okhttp3.Call |
TemplateApi.downloadAsync(String templateId,
String onBehalfOf,
ApiCallback<File> _callback) |
Download the template.
|
okhttp3.Call |
DocumentApi.downloadAttachmentAsync(String documentId,
String attachmentId,
String onBehalfOf,
ApiCallback<File> _callback) |
Download the Attachment.
|
okhttp3.Call |
DocumentApi.downloadAttachmentCall(String documentId,
String attachmentId,
String onBehalfOf,
ApiCallback _callback) |
Build call for downloadAttachment
|
okhttp3.Call |
DocumentApi.downloadAuditLogAsync(String documentId,
String onBehalfOf,
ApiCallback<File> _callback) |
Download the audit trail document.
|
okhttp3.Call |
DocumentApi.downloadAuditLogCall(String documentId,
String onBehalfOf,
ApiCallback _callback) |
Build call for downloadAuditLog
|
okhttp3.Call |
TemplateApi.downloadCall(String templateId,
String onBehalfOf,
ApiCallback _callback) |
Build call for download
|
okhttp3.Call |
DocumentApi.downloadDocumentAsync(String documentId,
String onBehalfOf,
ApiCallback<File> _callback) |
Download the document.
|
okhttp3.Call |
DocumentApi.downloadDocumentCall(String documentId,
String onBehalfOf,
ApiCallback _callback) |
Build call for downloadDocument
|
okhttp3.Call |
BrandingApi.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 combineAttachments,
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.Call |
BrandingApi.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 combineAttachments,
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 editBrand
|
okhttp3.Call |
CustomFieldApi.editCustomFieldAsync(String customFieldId,
BrandCustomFieldDetails brandCustomFieldDetails,
ApiCallback<CustomFieldMessage> _callback) |
Edit the custom field.
|
okhttp3.Call |
CustomFieldApi.editCustomFieldCall(String customFieldId,
BrandCustomFieldDetails brandCustomFieldDetails,
ApiCallback _callback) |
Build call for editCustomField
|
okhttp3.Call |
TemplateApi.editTemplateAsync(String templateId,
EditTemplateRequest editTemplateRequest,
ApiCallback<Void> _callback) |
Edit and updates an existing template.
|
okhttp3.Call |
TemplateApi.editTemplateCall(String templateId,
EditTemplateRequest editTemplateRequest,
ApiCallback _callback) |
Build call for editTemplate
|
okhttp3.Call |
CustomFieldApi.embedCustomFieldAsync(String brandId,
OffsetDateTime linkValidTill,
ApiCallback<EmbeddedCustomFieldCreated> _callback) |
Generates a URL for creating or modifying custom fields within your application's embedded Designer.
|
okhttp3.Call |
CustomFieldApi.embedCustomFieldCall(String brandId,
OffsetDateTime linkValidTill,
ApiCallback _callback) |
Build call for embedCustomField
|
okhttp3.Call |
DocumentApi.extendExpiryAsync(String documentId,
ExtendExpiry extendExpiry,
ApiCallback<Void> _callback) |
Extends the expiration date of the document.
|
okhttp3.Call |
DocumentApi.extendExpiryCall(String documentId,
ExtendExpiry extendExpiry,
ApiCallback _callback) |
Build call for extendExpiry
|
okhttp3.Call |
BrandingApi.getBrandAsync(String brandId,
ApiCallback<ViewBrandDetails> _callback) |
Get the specific brand details.
|
okhttp3.Call |
BrandingApi.getBrandCall(String brandId,
ApiCallback _callback) |
Build call for getBrand
|
okhttp3.Call |
ContactsApi.getContactAsync(String id,
ApiCallback<ContactsDetails> _callback) |
Get summary of the contact.
|
okhttp3.Call |
ContactsApi.getContactCall(String id,
ApiCallback _callback) |
Build call for getContact
|
okhttp3.Call |
DocumentApi.getEmbeddedSignLinkAsync(String documentId,
String signerEmail,
String countryCode,
String phoneNumber,
OffsetDateTime signLinkValidTill,
URI redirectUrl,
ApiCallback<EmbeddedSigningLink> _callback) |
Get sign link for Embedded Sign.
|
okhttp3.Call |
DocumentApi.getEmbeddedSignLinkCall(String documentId,
String signerEmail,
String countryCode,
String phoneNumber,
OffsetDateTime signLinkValidTill,
URI redirectUrl,
ApiCallback _callback) |
Build call for getEmbeddedSignLink
|
okhttp3.Call |
TemplateApi.getEmbeddedTemplateEditUrlAsync(String templateId,
EmbeddedTemplateEditRequest embeddedTemplateEditRequest,
ApiCallback<EmbeddedTemplateEdited> _callback) |
Generates a edit URL to embeds template edit process into your application.
|
okhttp3.Call |
TemplateApi.getEmbeddedTemplateEditUrlCall(String templateId,
EmbeddedTemplateEditRequest embeddedTemplateEditRequest,
ApiCallback _callback) |
Build call for getEmbeddedTemplateEditUrl
|
okhttp3.Call |
DocumentApi.getPropertiesAsync(String documentId,
ApiCallback<DocumentProperties> _callback) |
Get summary of the document.
|
okhttp3.Call |
TemplateApi.getPropertiesAsync(String templateId,
ApiCallback<TemplateProperties> _callback) |
Get summary of the template.
|
okhttp3.Call |
DocumentApi.getPropertiesCall(String documentId,
ApiCallback _callback) |
Build call for getProperties
|
okhttp3.Call |
TemplateApi.getPropertiesCall(String templateId,
ApiCallback _callback) |
Build call for getProperties
|
okhttp3.Call |
TeamsApi.getTeamAsync(String teamId,
ApiCallback<TeamResponse> _callback) |
Get Team details.
|
okhttp3.Call |
TeamsApi.getTeamCall(String teamId,
ApiCallback _callback) |
Build call for getTeam
|
okhttp3.Call |
UserApi.getUserAsync(String userId,
ApiCallback<UserProperties> _callback) |
Get summary of the user.
|
okhttp3.Call |
UserApi.getUserCall(String userId,
ApiCallback _callback) |
Build call for getUser
|
okhttp3.Call |
IdentityVerificationApi.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.Call |
IdentityVerificationApi.imageCall(String documentId,
DownloadImageRequest downloadImageRequest,
ApiCallback _callback) |
Build call for image
|
okhttp3.Call |
DocumentApi.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.Call |
DocumentApi.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 listDocuments
|
okhttp3.Call |
SenderIdentitiesApi.listSenderIdentitiesAsync(Integer page,
Integer pageSize,
String search,
List<String> brandIds,
ApiCallback<SenderIdentityList> _callback) |
Lists sender identity.
|
okhttp3.Call |
SenderIdentitiesApi.listSenderIdentitiesCall(Integer page,
Integer pageSize,
String search,
List<String> brandIds,
ApiCallback _callback) |
Build call for listSenderIdentities
|
okhttp3.Call |
TeamsApi.listTeamsAsync(Integer page,
Integer pageSize,
String searchKey,
ApiCallback<TeamListResponse> _callback) |
List Teams.
|
okhttp3.Call |
TeamsApi.listTeamsCall(Integer page,
Integer pageSize,
String searchKey,
ApiCallback _callback) |
Build call for listTeams
|
okhttp3.Call |
TemplateApi.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.Call |
TemplateApi.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 listTemplates
|
okhttp3.Call |
UserApi.listUsersAsync(Integer page,
Integer pageSize,
String search,
ApiCallback<UserRecords> _callback) |
List user documents.
|
okhttp3.Call |
UserApi.listUsersCall(Integer page,
Integer pageSize,
String search,
ApiCallback _callback) |
Build call for listUsers
|
okhttp3.Call |
TemplateApi.mergeAndSendAsync(MergeAndSendForSignForm mergeAndSendForSignForm,
ApiCallback<DocumentCreated> _callback) |
Send the document by merging multiple templates.
|
okhttp3.Call |
TemplateApi.mergeAndSendCall(MergeAndSendForSignForm mergeAndSendForSignForm,
ApiCallback _callback) |
Build call for mergeAndSend
|
okhttp3.Call |
TemplateApi.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.Call |
TemplateApi.mergeCreateEmbeddedRequestUrlTemplateCall(EmbeddedMergeTemplateFormRequest embeddedMergeTemplateFormRequest,
ApiCallback _callback) |
Build call for mergeCreateEmbeddedRequestUrlTemplate
|
okhttp3.Call |
DocumentApi.prefillFieldsAsync(String documentId,
PrefillFieldRequest prefillFieldRequest,
ApiCallback<Void> _callback) |
Updates the value (prefill) of the fields in the document.
|
okhttp3.Call |
DocumentApi.prefillFieldsCall(String documentId,
PrefillFieldRequest prefillFieldRequest,
ApiCallback _callback) |
Build call for prefillFields
|
okhttp3.Call |
DocumentApi.remindDocumentAsync(String documentId,
List<String> receiverEmails,
ReminderMessage reminderMessage,
ApiCallback<Void> _callback) |
Send reminder to pending signers.
|
okhttp3.Call |
DocumentApi.remindDocumentCall(String documentId,
List<String> receiverEmails,
ReminderMessage reminderMessage,
ApiCallback _callback) |
Build call for remindDocument
|
okhttp3.Call |
DocumentApi.removeAuthenticationAsync(String documentId,
RemoveAuthentication removeAuthentication,
ApiCallback<Void> _callback) |
Remove the access code for the given document signer.
|
okhttp3.Call |
DocumentApi.removeAuthenticationCall(String documentId,
RemoveAuthentication removeAuthentication,
ApiCallback _callback) |
Build call for removeAuthentication
|
okhttp3.Call |
IdentityVerificationApi.reportAsync(String documentId,
VerificationDataRequest verificationDataRequest,
ApiCallback<IdReport> _callback) |
Retrieve the ID verification report for the specified document signer.
|
okhttp3.Call |
IdentityVerificationApi.reportCall(String documentId,
VerificationDataRequest verificationDataRequest,
ApiCallback _callback) |
Build call for report
|
okhttp3.Call |
SenderIdentitiesApi.reRequestSenderIdentitiesAsync(String email,
ApiCallback<Void> _callback) |
Rerequests denied sender identity.
|
okhttp3.Call |
SenderIdentitiesApi.reRequestSenderIdentitiesCall(String email,
ApiCallback _callback) |
Build call for reRequestSenderIdentities
|
okhttp3.Call |
UserApi.resendInvitationAsync(String userId,
ApiCallback<Void> _callback) |
Resend the users invitation.
|
okhttp3.Call |
UserApi.resendInvitationCall(String userId,
ApiCallback _callback) |
Build call for resendInvitation
|
okhttp3.Call |
SenderIdentitiesApi.resendInvitationSenderIdentitiesAsync(String email,
ApiCallback<Void> _callback) |
Resends sender identity invitation.
|
okhttp3.Call |
SenderIdentitiesApi.resendInvitationSenderIdentitiesCall(String email,
ApiCallback _callback) |
Build call for resendInvitationSenderIdentities
|
okhttp3.Call |
BrandingApi.resetDefaultBrandAsync(String brandId,
ApiCallback<BrandingMessage> _callback) |
Reset default brand.
|
okhttp3.Call |
BrandingApi.resetDefaultBrandCall(String brandId,
ApiCallback _callback) |
Build call for resetDefaultBrand
|
okhttp3.Call |
DocumentApi.revokeDocumentAsync(String documentId,
RevokeDocument revokeDocument,
ApiCallback<Void> _callback) |
Revoke the document.
|
okhttp3.Call |
DocumentApi.revokeDocumentCall(String documentId,
RevokeDocument revokeDocument,
ApiCallback _callback) |
Build call for revokeDocument
|
okhttp3.Call |
DocumentApi.sendDocumentAsync(SendForSign sendForSign,
ApiCallback<DocumentCreated> _callback) |
Sends the document for sign.
|
okhttp3.Call |
DocumentApi.sendDocumentCall(SendForSign sendForSign,
ApiCallback _callback) |
Build call for sendDocument
|
okhttp3.Call |
TemplateApi.sendUsingTemplateAsync(String templateId,
SendForSignFromTemplateForm sendForSignFromTemplateForm,
ApiCallback<DocumentCreated> _callback) |
Send a document for signature using a Template.
|
okhttp3.Call |
TemplateApi.sendUsingTemplateCall(String templateId,
SendForSignFromTemplateForm sendForSignFromTemplateForm,
ApiCallback _callback) |
Build call for sendUsingTemplate
|
okhttp3.Call |
DocumentApi.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.Call |
DocumentApi.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 teamDocuments
|
okhttp3.Call |
ContactsApi.updateContactAsync(String id,
ContactDetails contactDetails,
ApiCallback<Void> _callback) |
Update the contact.
|
okhttp3.Call |
ContactsApi.updateContactCall(String id,
ContactDetails contactDetails,
ApiCallback _callback) |
Build call for updateContact
|
okhttp3.Call |
UserApi.updateMetaDataAsync(UpdateUserMetaData updateUserMetaData,
ApiCallback<Void> _callback) |
Update new User meta data details.
|
okhttp3.Call |
UserApi.updateMetaDataCall(UpdateUserMetaData updateUserMetaData,
ApiCallback _callback) |
Build call for updateMetaData
|
okhttp3.Call |
SenderIdentitiesApi.updateSenderIdentitiesAsync(String email,
EditSenderIdentityRequest editSenderIdentityRequest,
ApiCallback<Void> _callback) |
Updates sender identity.
|
okhttp3.Call |
SenderIdentitiesApi.updateSenderIdentitiesCall(String email,
EditSenderIdentityRequest editSenderIdentityRequest,
ApiCallback _callback) |
Build call for updateSenderIdentities
|
okhttp3.Call |
TeamsApi.updateTeamAsync(TeamUpdateRequest teamUpdateRequest,
ApiCallback<Void> _callback) |
Update Team.
|
okhttp3.Call |
TeamsApi.updateTeamCall(TeamUpdateRequest teamUpdateRequest,
ApiCallback _callback) |
Build call for updateTeam
|
okhttp3.Call |
UserApi.updateUserAsync(UpdateUser updateUser,
ApiCallback<Void> _callback) |
Update new User role.
|
okhttp3.Call |
UserApi.updateUserCall(UpdateUser updateUser,
ApiCallback _callback) |
Build call for updateUser
|