Uses of Class
com.boldsign.ApiException
Packages that use ApiException
-
Uses of ApiException in com.boldsign
Methods in com.boldsign with parameters of type ApiExceptionModifier and TypeMethodDescriptionvoidThis is called when the API call fails.Methods in com.boldsign that throw ApiExceptionModifier 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> TApiClient.deserialize(okhttp3.Response response, Type returnType) Deserialize response body to Java object, according to the return type and the Content-Type response header.ApiClient.downloadFileFromResponse(okhttp3.Response response) Download file from the given response.<T> ApiResponse<T> ApiClient.execute(okhttp3.Call call) <T> ApiResponse<T> Execute HTTP call and deserialize the HTTP response body into the given return type.<T> TApiClient.handleResponse(okhttp3.Response response, Type returnType) Handle the given response, return the deserialized object when the response is successful.okhttp3.RequestBodySerialize the given Java object into request body according to the object's class and the request Content-Type.voidApiClient.updateParamsForAuth(String[] authNames, List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams, String payload, String method, URI uri) Update query and header parameters based on authentication settings. -
Uses of ApiException in com.boldsign.api
Methods in com.boldsign.api that throw ApiExceptionModifier and TypeMethodDescriptionvoidDocumentApi.addAuthentication(String documentId, AccessCodeDetail accessCodeDetail) The add authentication to recipient.okhttp3.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 addAuthenticationDocumentApi.addAuthenticationWithHttpInfo(String documentId, AccessCodeDetail accessCodeDetail) The add authentication to recipient.voidDocumentApi.addTag(DocumentTags documentTags) Add the Tags in Documents.voidTemplateApi.addTag(TemplateTag templateTag) Add the Tags in Templates.okhttp3.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 addTagDocumentApi.addTagWithHttpInfo(DocumentTags documentTags) Add the Tags in Documents.TemplateApi.addTagWithHttpInfo(TemplateTag templateTag) Add the Tags in Templates.PlanApi.apiCreditsCount()Gets the Api credits details.okhttp3.CallPlanApi.apiCreditsCountAsync(ApiCallback<BillingViewModel> _callback) Gets the Api credits details.okhttp3.CallPlanApi.apiCreditsCountCall(ApiCallback _callback) Build call for apiCreditsCountPlanApi.apiCreditsCountWithHttpInfo()Gets the Api credits details.DocumentApi.behalfDocuments(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) Gets the behalf documents.okhttp3.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 behalfDocumentsDocumentApi.behalfDocumentsWithHttpInfo(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) Gets the behalf documents.BrandingApi.brandList()List all the brands.okhttp3.CallBrandingApi.brandListAsync(ApiCallback<BrandingRecords> _callback) List all the brands.okhttp3.CallBrandingApi.brandListCall(ApiCallback _callback) Build call for brandListBrandingApi.brandListWithHttpInfo()List all the brands.voidUserApi.cancelInvitation(String userId) Cancel the users invitation.okhttp3.CallUserApi.cancelInvitationAsync(String userId, ApiCallback<Void> _callback) Cancel the users invitation.okhttp3.CallUserApi.cancelInvitationCall(String userId, ApiCallback _callback) Build call for cancelInvitationUserApi.cancelInvitationWithHttpInfo(String userId) Cancel the users invitation.voidDocumentApi.changeAccessCode(String documentId, AccessCodeDetails accessCodeDetails, String emailId, Integer zorder) Changes the access code for the given document signer.okhttp3.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 changeAccessCodeDocumentApi.changeAccessCodeWithHttpInfo(String documentId, AccessCodeDetails accessCodeDetails, String emailId, Integer zorder) Changes the access code for the given document signer.voidDocumentApi.changeRecipient(String documentId, ChangeRecipient changeRecipient) Change recipient details of a document.okhttp3.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 changeRecipientDocumentApi.changeRecipientWithHttpInfo(String documentId, ChangeRecipient changeRecipient) Change recipient details of a document.ContactsApi.contactUserList(Integer page, Integer pageSize, String searchKey, String contactType) List Contact document.okhttp3.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 contactUserListContactsApi.contactUserListWithHttpInfo(Integer page, Integer pageSize, String searchKey, String contactType) List Contact document.BrandingApi.createBrand(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) Create the brand.okhttp3.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 createBrandBrandingApi.createBrandWithHttpInfo(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) Create the brand.ContactsApi.createContact(List<ContactDetails> contactDetails) Create the new Contact.okhttp3.CallContactsApi.createContactAsync(List<ContactDetails> contactDetails, ApiCallback<CreateContactResponse> _callback) Create the new Contact.okhttp3.CallContactsApi.createContactCall(List<ContactDetails> contactDetails, ApiCallback _callback) Build call for createContactContactsApi.createContactWithHttpInfo(List<ContactDetails> contactDetails) Create the new Contact.CustomFieldApi.createCustomField(BrandCustomFieldDetails brandCustomFieldDetails) Create the custom field.okhttp3.CallCustomFieldApi.createCustomFieldAsync(BrandCustomFieldDetails brandCustomFieldDetails, ApiCallback<CustomFieldMessage> _callback) Create the custom field.okhttp3.CallCustomFieldApi.createCustomFieldCall(BrandCustomFieldDetails brandCustomFieldDetails, ApiCallback _callback) Build call for createCustomFieldCustomFieldApi.createCustomFieldWithHttpInfo(BrandCustomFieldDetails brandCustomFieldDetails) Create the custom field.DocumentApi.createEmbeddedRequestUrlDocument(EmbeddedDocumentRequest embeddedDocumentRequest) Generates a send URL which embeds document sending process into your application.okhttp3.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 createEmbeddedRequestUrlDocumentDocumentApi.createEmbeddedRequestUrlDocumentWithHttpInfo(EmbeddedDocumentRequest embeddedDocumentRequest) Generates a send URL which embeds document sending process into your application.TemplateApi.createEmbeddedRequestUrlTemplate(String templateId, EmbeddedSendTemplateFormRequest embeddedSendTemplateFormRequest) Generates a send URL using a template which embeds document sending process into your application.okhttp3.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 createEmbeddedRequestUrlTemplateTemplateApi.createEmbeddedRequestUrlTemplateWithHttpInfo(String templateId, EmbeddedSendTemplateFormRequest embeddedSendTemplateFormRequest) Generates a send URL using a template which embeds document sending process into your application.TemplateApi.createEmbeddedTemplateUrl(EmbeddedCreateTemplateRequest embeddedCreateTemplateRequest) Generates a create URL to embeds template create process into your application.okhttp3.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 createEmbeddedTemplateUrlTemplateApi.createEmbeddedTemplateUrlWithHttpInfo(EmbeddedCreateTemplateRequest embeddedCreateTemplateRequest) Generates a create URL to embeds template create process into your application.IdentityVerificationApi.createEmbeddedVerificationUrl(String documentId, EmbeddedFileDetails embeddedFileDetails) Generate a URL that embeds manual ID verification for the specified document signer into your application.okhttp3.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 createEmbeddedVerificationUrlIdentityVerificationApi.createEmbeddedVerificationUrlWithHttpInfo(String documentId, EmbeddedFileDetails embeddedFileDetails) Generate a URL that embeds manual ID verification for the specified document signer into your application.SenderIdentitiesApi.createSenderIdentities(CreateSenderIdentityRequest createSenderIdentityRequest) Creates sender identity.okhttp3.CallSenderIdentitiesApi.createSenderIdentitiesAsync(CreateSenderIdentityRequest createSenderIdentityRequest, ApiCallback<SenderIdentityCreated> _callback) Creates sender identity.okhttp3.CallSenderIdentitiesApi.createSenderIdentitiesCall(CreateSenderIdentityRequest createSenderIdentityRequest, ApiCallback _callback) Build call for createSenderIdentitiesSenderIdentitiesApi.createSenderIdentitiesWithHttpInfo(CreateSenderIdentityRequest createSenderIdentityRequest) Creates sender identity.TeamsApi.createTeam(CreateTeamRequest createTeamRequest) Create Team.okhttp3.CallTeamsApi.createTeamAsync(CreateTeamRequest createTeamRequest, ApiCallback<TeamCreated> _callback) Create Team.okhttp3.CallTeamsApi.createTeamCall(CreateTeamRequest createTeamRequest, ApiCallback _callback) Build call for createTeamTeamsApi.createTeamWithHttpInfo(CreateTeamRequest createTeamRequest) Create Team.TemplateApi.createTemplate(CreateTemplateRequest createTemplateRequest) Creates a new template.okhttp3.CallTemplateApi.createTemplateAsync(CreateTemplateRequest createTemplateRequest, ApiCallback<TemplateCreated> _callback) Creates a new template.okhttp3.CallTemplateApi.createTemplateCall(CreateTemplateRequest createTemplateRequest, ApiCallback _callback) Build call for createTemplateTemplateApi.createTemplateWithHttpInfo(CreateTemplateRequest createTemplateRequest) Creates a new template.voidUserApi.createUser(List<CreateUser> createUser) Create the user.okhttp3.CallUserApi.createUserAsync(List<CreateUser> createUser, ApiCallback<Void> _callback) Create the user.okhttp3.CallUserApi.createUserCall(List<CreateUser> createUser, ApiCallback _callback) Build call for createUserUserApi.createUserWithHttpInfo(List<CreateUser> createUser) Create the user.CustomFieldApi.customFieldsList(String brandId) List the custom fields respective to the brand id.okhttp3.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 customFieldsListCustomFieldApi.customFieldsListWithHttpInfo(String brandId) List the custom fields respective to the brand id.BrandingApi.deleteBrand(String brandId) Delete the brand.okhttp3.CallBrandingApi.deleteBrandAsync(String brandId, ApiCallback<BrandingMessage> _callback) Delete the brand.okhttp3.CallBrandingApi.deleteBrandCall(String brandId, ApiCallback _callback) Build call for deleteBrandBrandingApi.deleteBrandWithHttpInfo(String brandId) Delete the brand.voidContactsApi.deleteContacts(String id) Deletes a contact.okhttp3.CallContactsApi.deleteContactsAsync(String id, ApiCallback<Void> _callback) Deletes a contact.okhttp3.CallContactsApi.deleteContactsCall(String id, ApiCallback _callback) Build call for deleteContactsContactsApi.deleteContactsWithHttpInfo(String id) Deletes a contact.CustomFieldApi.deleteCustomField(String customFieldId) Delete the custom field.okhttp3.CallCustomFieldApi.deleteCustomFieldAsync(String customFieldId, ApiCallback<DeleteCustomFieldReply> _callback) Delete the custom field.okhttp3.CallCustomFieldApi.deleteCustomFieldCall(String customFieldId, ApiCallback _callback) Build call for deleteCustomFieldCustomFieldApi.deleteCustomFieldWithHttpInfo(String customFieldId) Delete the custom field.voidDocumentApi.deleteDocument(String documentId, Boolean deletePermanently) Delete the document.okhttp3.CallDocumentApi.deleteDocumentAsync(String documentId, Boolean deletePermanently, ApiCallback<Void> _callback) Delete the document.okhttp3.CallDocumentApi.deleteDocumentCall(String documentId, Boolean deletePermanently, ApiCallback _callback) Build call for deleteDocumentDocumentApi.deleteDocumentWithHttpInfo(String documentId, Boolean deletePermanently) Delete the document.voidSenderIdentitiesApi.deleteSenderIdentities(String email) Deletes sender identity.okhttp3.CallSenderIdentitiesApi.deleteSenderIdentitiesAsync(String email, ApiCallback<Void> _callback) Deletes sender identity.okhttp3.CallSenderIdentitiesApi.deleteSenderIdentitiesCall(String email, ApiCallback _callback) Build call for deleteSenderIdentitiesSenderIdentitiesApi.deleteSenderIdentitiesWithHttpInfo(String email) Deletes sender identity.voidDocumentApi.deleteTag(DocumentTags documentTags) Delete the Tags in Documents.voidTemplateApi.deleteTag(TemplateTag templateTag) Delete the Tags in Templates.okhttp3.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 deleteTagDocumentApi.deleteTagWithHttpInfo(DocumentTags documentTags) Delete the Tags in Documents.TemplateApi.deleteTagWithHttpInfo(TemplateTag templateTag) Delete the Tags in Templates.voidTemplateApi.deleteTemplate(String templateId, String onBehalfOf) Deletes a template.okhttp3.CallTemplateApi.deleteTemplateAsync(String templateId, String onBehalfOf, ApiCallback<Void> _callback) Deletes a template.okhttp3.CallTemplateApi.deleteTemplateCall(String templateId, String onBehalfOf, ApiCallback _callback) Build call for deleteTemplateTemplateApi.deleteTemplateWithHttpInfo(String templateId, String onBehalfOf) Deletes a template.Download the template.okhttp3.CallTemplateApi.downloadAsync(String templateId, String onBehalfOf, ApiCallback<File> _callback) Download the template.DocumentApi.downloadAttachment(String documentId, String attachmentId, String onBehalfOf) Download the Attachment.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 downloadAttachmentDocumentApi.downloadAttachmentWithHttpInfo(String documentId, String attachmentId, String onBehalfOf) Download the Attachment.DocumentApi.downloadAuditLog(String documentId, String onBehalfOf) Download the audit trail document.okhttp3.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 downloadAuditLogDocumentApi.downloadAuditLogWithHttpInfo(String documentId, String onBehalfOf) Download the audit trail document.okhttp3.CallTemplateApi.downloadCall(String templateId, String onBehalfOf, ApiCallback _callback) Build call for downloadDocumentApi.downloadDocument(String documentId, String onBehalfOf) Download the document.okhttp3.CallDocumentApi.downloadDocumentAsync(String documentId, String onBehalfOf, ApiCallback<File> _callback) Download the document.okhttp3.CallDocumentApi.downloadDocumentCall(String documentId, String onBehalfOf, ApiCallback _callback) Build call for downloadDocumentDocumentApi.downloadDocumentWithHttpInfo(String documentId, String onBehalfOf) Download the document.TemplateApi.downloadWithHttpInfo(String templateId, String onBehalfOf) Download the template.BrandingApi.editBrand(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) Edit the brand.okhttp3.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 editBrandBrandingApi.editBrandWithHttpInfo(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) Edit the brand.CustomFieldApi.editCustomField(String customFieldId, BrandCustomFieldDetails brandCustomFieldDetails) Edit the custom field.okhttp3.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 editCustomFieldCustomFieldApi.editCustomFieldWithHttpInfo(String customFieldId, BrandCustomFieldDetails brandCustomFieldDetails) Edit the custom field.voidTemplateApi.editTemplate(String templateId, EditTemplateRequest editTemplateRequest) Edit and updates an existing template.okhttp3.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 editTemplateTemplateApi.editTemplateWithHttpInfo(String templateId, EditTemplateRequest editTemplateRequest) Edit and updates an existing template.CustomFieldApi.embedCustomField(String brandId, OffsetDateTime linkValidTill) Generates a URL for creating or modifying custom fields within your application's embedded Designer.okhttp3.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 embedCustomFieldCustomFieldApi.embedCustomFieldWithHttpInfo(String brandId, OffsetDateTime linkValidTill) Generates a URL for creating or modifying custom fields within your application's embedded Designer.voidDocumentApi.extendExpiry(String documentId, ExtendExpiry extendExpiry) Extends the expiration date of the document.okhttp3.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 extendExpiryDocumentApi.extendExpiryWithHttpInfo(String documentId, ExtendExpiry extendExpiry) Extends the expiration date of the document.Get the specific brand details.okhttp3.CallBrandingApi.getBrandAsync(String brandId, ApiCallback<ViewBrandDetails> _callback) Get the specific brand details.okhttp3.CallBrandingApi.getBrandCall(String brandId, ApiCallback _callback) Build call for getBrandBrandingApi.getBrandWithHttpInfo(String brandId) Get the specific brand details.ContactsApi.getContact(String id) Get summary of the contact.okhttp3.CallContactsApi.getContactAsync(String id, ApiCallback<ContactsDetails> _callback) Get summary of the contact.okhttp3.CallContactsApi.getContactCall(String id, ApiCallback _callback) Build call for getContactContactsApi.getContactWithHttpInfo(String id) Get summary of the contact.DocumentApi.getEmbeddedSignLink(String documentId, String signerEmail, String countryCode, String phoneNumber, OffsetDateTime signLinkValidTill, URI redirectUrl) Get sign link for Embedded Sign.okhttp3.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 getEmbeddedSignLinkDocumentApi.getEmbeddedSignLinkWithHttpInfo(String documentId, String signerEmail, String countryCode, String phoneNumber, OffsetDateTime signLinkValidTill, URI redirectUrl) Get sign link for Embedded Sign.TemplateApi.getEmbeddedTemplateEditUrl(String templateId, EmbeddedTemplateEditRequest embeddedTemplateEditRequest) Generates a edit URL to embeds template edit process into your application.okhttp3.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 getEmbeddedTemplateEditUrlTemplateApi.getEmbeddedTemplateEditUrlWithHttpInfo(String templateId, EmbeddedTemplateEditRequest embeddedTemplateEditRequest) Generates a edit URL to embeds template edit process into your application.DocumentApi.getProperties(String documentId) Get summary of the document.TemplateApi.getProperties(String templateId) Get summary of the template.okhttp3.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 getPropertiesDocumentApi.getPropertiesWithHttpInfo(String documentId) Get summary of the document.TemplateApi.getPropertiesWithHttpInfo(String templateId) Get summary of the template.Get Team details.okhttp3.CallTeamsApi.getTeamAsync(String teamId, ApiCallback<TeamResponse> _callback) Get Team details.okhttp3.CallTeamsApi.getTeamCall(String teamId, ApiCallback _callback) Build call for getTeamTeamsApi.getTeamWithHttpInfo(String teamId) Get Team details.Get summary of the user.okhttp3.CallUserApi.getUserAsync(String userId, ApiCallback<UserProperties> _callback) Get summary of the user.okhttp3.CallUserApi.getUserCall(String userId, ApiCallback _callback) Build call for getUserUserApi.getUserWithHttpInfo(String userId) Get summary of the user.IdentityVerificationApi.image(String documentId, DownloadImageRequest downloadImageRequest) Retrieve the uploaded ID verification document or selfie image for the specified document signer using the file ID.okhttp3.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 imageIdentityVerificationApi.imageWithHttpInfo(String documentId, DownloadImageRequest downloadImageRequest) Retrieve the uploaded ID verification document or selfie image for the specified document signer using the file ID.DocumentApi.listDocuments(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) List user documents.okhttp3.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 listDocumentsDocumentApi.listDocumentsWithHttpInfo(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) List user documents.SenderIdentitiesApi.listSenderIdentities(Integer page, Integer pageSize, String search, List<String> brandIds) Lists sender identity.okhttp3.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 listSenderIdentitiesSenderIdentitiesApi.listSenderIdentitiesWithHttpInfo(Integer page, Integer pageSize, String search, List<String> brandIds) Lists sender identity.List Teams.okhttp3.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 listTeamsTeamsApi.listTeamsWithHttpInfo(Integer page, Integer pageSize, String searchKey) List Teams.TemplateApi.listTemplates(Integer page, String templateType, Integer pageSize, String searchKey, List<String> onBehalfOf, List<String> createdBy, List<String> templateLabels, OffsetDateTime startDate, OffsetDateTime endDate, List<String> brandIds) List all the templates.okhttp3.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 listTemplatesTemplateApi.listTemplatesWithHttpInfo(Integer page, String templateType, Integer pageSize, String searchKey, List<String> onBehalfOf, List<String> createdBy, List<String> templateLabels, OffsetDateTime startDate, OffsetDateTime endDate, List<String> brandIds) List all the templates.List user documents.okhttp3.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 listUsersUserApi.listUsersWithHttpInfo(Integer page, Integer pageSize, String search) List user documents.TemplateApi.mergeAndSend(MergeAndSendForSignForm mergeAndSendForSignForm) Send the document by merging multiple templates.okhttp3.CallTemplateApi.mergeAndSendAsync(MergeAndSendForSignForm mergeAndSendForSignForm, ApiCallback<DocumentCreated> _callback) Send the document by merging multiple templates.okhttp3.CallTemplateApi.mergeAndSendCall(MergeAndSendForSignForm mergeAndSendForSignForm, ApiCallback _callback) Build call for mergeAndSendTemplateApi.mergeAndSendWithHttpInfo(MergeAndSendForSignForm mergeAndSendForSignForm) Send the document by merging multiple templates.TemplateApi.mergeCreateEmbeddedRequestUrlTemplate(EmbeddedMergeTemplateFormRequest embeddedMergeTemplateFormRequest) Generates a merge request URL using a template that combines document merging and sending processes into your application.okhttp3.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 mergeCreateEmbeddedRequestUrlTemplateTemplateApi.mergeCreateEmbeddedRequestUrlTemplateWithHttpInfo(EmbeddedMergeTemplateFormRequest embeddedMergeTemplateFormRequest) Generates a merge request URL using a template that combines document merging and sending processes into your application.voidDocumentApi.prefillFields(String documentId, PrefillFieldRequest prefillFieldRequest) Updates the value (prefill) of the fields in the document.okhttp3.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 prefillFieldsDocumentApi.prefillFieldsWithHttpInfo(String documentId, PrefillFieldRequest prefillFieldRequest) Updates the value (prefill) of the fields in the document.voidDocumentApi.remindDocument(String documentId, List<String> receiverEmails, ReminderMessage reminderMessage) Send reminder to pending signers.okhttp3.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 remindDocumentDocumentApi.remindDocumentWithHttpInfo(String documentId, List<String> receiverEmails, ReminderMessage reminderMessage) Send reminder to pending signers.voidDocumentApi.removeAuthentication(String documentId, RemoveAuthentication removeAuthentication) Remove the access code for the given document signer.okhttp3.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 removeAuthenticationDocumentApi.removeAuthenticationWithHttpInfo(String documentId, RemoveAuthentication removeAuthentication) Remove the access code for the given document signer.IdentityVerificationApi.report(String documentId, VerificationDataRequest verificationDataRequest) Retrieve the ID verification report for the specified document signer.okhttp3.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 reportIdentityVerificationApi.reportWithHttpInfo(String documentId, VerificationDataRequest verificationDataRequest) Retrieve the ID verification report for the specified document signer.voidSenderIdentitiesApi.reRequestSenderIdentities(String email) Rerequests denied sender identity.okhttp3.CallSenderIdentitiesApi.reRequestSenderIdentitiesAsync(String email, ApiCallback<Void> _callback) Rerequests denied sender identity.okhttp3.CallSenderIdentitiesApi.reRequestSenderIdentitiesCall(String email, ApiCallback _callback) Build call for reRequestSenderIdentitiesSenderIdentitiesApi.reRequestSenderIdentitiesWithHttpInfo(String email) Rerequests denied sender identity.voidUserApi.resendInvitation(String userId) Resend the users invitation.okhttp3.CallUserApi.resendInvitationAsync(String userId, ApiCallback<Void> _callback) Resend the users invitation.okhttp3.CallUserApi.resendInvitationCall(String userId, ApiCallback _callback) Build call for resendInvitationvoidSenderIdentitiesApi.resendInvitationSenderIdentities(String email) Resends sender identity invitation.okhttp3.CallSenderIdentitiesApi.resendInvitationSenderIdentitiesAsync(String email, ApiCallback<Void> _callback) Resends sender identity invitation.okhttp3.CallSenderIdentitiesApi.resendInvitationSenderIdentitiesCall(String email, ApiCallback _callback) Build call for resendInvitationSenderIdentitiesSenderIdentitiesApi.resendInvitationSenderIdentitiesWithHttpInfo(String email) Resends sender identity invitation.UserApi.resendInvitationWithHttpInfo(String userId) Resend the users invitation.BrandingApi.resetDefaultBrand(String brandId) Reset default brand.okhttp3.CallBrandingApi.resetDefaultBrandAsync(String brandId, ApiCallback<BrandingMessage> _callback) Reset default brand.okhttp3.CallBrandingApi.resetDefaultBrandCall(String brandId, ApiCallback _callback) Build call for resetDefaultBrandBrandingApi.resetDefaultBrandWithHttpInfo(String brandId) Reset default brand.voidDocumentApi.revokeDocument(String documentId, RevokeDocument revokeDocument) Revoke the document.okhttp3.CallDocumentApi.revokeDocumentAsync(String documentId, RevokeDocument revokeDocument, ApiCallback<Void> _callback) Revoke the document.okhttp3.CallDocumentApi.revokeDocumentCall(String documentId, RevokeDocument revokeDocument, ApiCallback _callback) Build call for revokeDocumentDocumentApi.revokeDocumentWithHttpInfo(String documentId, RevokeDocument revokeDocument) Revoke the document.DocumentApi.sendDocument(SendForSign sendForSign) Sends the document for sign.okhttp3.CallDocumentApi.sendDocumentAsync(SendForSign sendForSign, ApiCallback<DocumentCreated> _callback) Sends the document for sign.okhttp3.CallDocumentApi.sendDocumentCall(SendForSign sendForSign, ApiCallback _callback) Build call for sendDocumentDocumentApi.sendDocumentWithHttpInfo(SendForSign sendForSign) Sends the document for sign.TemplateApi.sendUsingTemplate(String templateId, SendForSignFromTemplateForm sendForSignFromTemplateForm) Send a document for signature using a Template.okhttp3.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 sendUsingTemplateTemplateApi.sendUsingTemplateWithHttpInfo(String templateId, SendForSignFromTemplateForm sendForSignFromTemplateForm) Send a document for signature using a Template.DocumentApi.teamDocuments(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) Get user Team documents.okhttp3.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 teamDocumentsDocumentApi.teamDocumentsWithHttpInfo(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) Get user Team documents.voidContactsApi.updateContact(String id, ContactDetails contactDetails) Update the contact.okhttp3.CallContactsApi.updateContactAsync(String id, ContactDetails contactDetails, ApiCallback<Void> _callback) Update the contact.okhttp3.CallContactsApi.updateContactCall(String id, ContactDetails contactDetails, ApiCallback _callback) Build call for updateContactContactsApi.updateContactWithHttpInfo(String id, ContactDetails contactDetails) Update the contact.voidUserApi.updateMetaData(UpdateUserMetaData updateUserMetaData) Update new User meta data details.okhttp3.CallUserApi.updateMetaDataAsync(UpdateUserMetaData updateUserMetaData, ApiCallback<Void> _callback) Update new User meta data details.okhttp3.CallUserApi.updateMetaDataCall(UpdateUserMetaData updateUserMetaData, ApiCallback _callback) Build call for updateMetaDataUserApi.updateMetaDataWithHttpInfo(UpdateUserMetaData updateUserMetaData) Update new User meta data details.voidSenderIdentitiesApi.updateSenderIdentities(String email, EditSenderIdentityRequest editSenderIdentityRequest) Updates sender identity.okhttp3.CallSenderIdentitiesApi.updateSenderIdentitiesAsync(String email, EditSenderIdentityRequest editSenderIdentityRequest, ApiCallback<Void> _callback) Updates sender identity.okhttp3.CallSenderIdentitiesApi.updateSenderIdentitiesCall(String email, EditSenderIdentityRequest editSenderIdentityRequest, ApiCallback _callback) Build call for updateSenderIdentitiesSenderIdentitiesApi.updateSenderIdentitiesWithHttpInfo(String email, EditSenderIdentityRequest editSenderIdentityRequest) Updates sender identity.voidTeamsApi.updateTeam(TeamUpdateRequest teamUpdateRequest) Update Team.okhttp3.CallTeamsApi.updateTeamAsync(TeamUpdateRequest teamUpdateRequest, ApiCallback<Void> _callback) Update Team.okhttp3.CallTeamsApi.updateTeamCall(TeamUpdateRequest teamUpdateRequest, ApiCallback _callback) Build call for updateTeamTeamsApi.updateTeamWithHttpInfo(TeamUpdateRequest teamUpdateRequest) Update Team.voidUserApi.updateUser(UpdateUser updateUser) Update new User role.okhttp3.CallUserApi.updateUserAsync(UpdateUser updateUser, ApiCallback<Void> _callback) Update new User role.okhttp3.CallUserApi.updateUserCall(UpdateUser updateUser, ApiCallback _callback) Build call for updateUserUserApi.updateUserWithHttpInfo(UpdateUser updateUser) Update new User role. -
Uses of ApiException in com.boldsign.auth
Methods in com.boldsign.auth that throw ApiExceptionModifier and TypeMethodDescriptionvoidApiKeyAuth.applyToParams(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams, String payload, String method, URI uri) voidAuthentication.applyToParams(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams, String payload, String method, URI uri) Apply authentication settings to header and query params.voidHttpBasicAuth.applyToParams(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams, String payload, String method, URI uri) voidHttpBearerAuth.applyToParams(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams, String payload, String method, URI uri) -
Uses of ApiException in com.boldsign.model
Methods in com.boldsign.model that throw ApiExceptionModifier and TypeMethodDescriptionAccessCodeDetail.createFormData()AccessCodeDetails.createFormData()Added.createFormData()Address.createFormData()AttachmentInfo.createFormData()AuditTrail.createFormData()AuthenticationSettings.createFormData()Base64File.createFormData()BehalfDocument.createFormData()BehalfDocumentRecords.createFormData()BehalfOf.createFormData()BillingViewModel.createFormData()BrandCreated.createFormData()BrandCustomFieldDetails.createFormData()BrandingMessage.createFormData()BrandingRecords.createFormData()ChangeRecipient.createFormData()CollaborationSettings.createFormData()ConditionalRule.createFormData()ContactCreated.createFormData()ContactDetails.createFormData()ContactPageDetails.createFormData()ContactsDetails.createFormData()ContactsList.createFormData()CreateContactResponse.createFormData()CreateSenderIdentityRequest.createFormData()CreateTeamRequest.createFormData()CreateTemplateRequest.createFormData()CreateUser.createFormData()CustomDomainSettings.createFormData()CustomFieldCollection.createFormData()CustomFieldMessage.createFormData()CustomFormField.createFormData()Date.createFormData()DeleteCustomFieldReply.createFormData()Document.createFormData()DocumentCC.createFormData()DocumentCcDetails.createFormData()DocumentCreated.createFormData()DocumentExpirySettings.createFormData()DocumentFiles.createFormData()DocumentFormFields.createFormData()DocumentInfo.createFormData()DocumentProperties.createFormData()DocumentReassign.createFormData()DocumentRecords.createFormData()DocumentSenderDetail.createFormData()DocumentSigner.createFormData()DocumentSignerDetails.createFormData()DocumentTags.createFormData()DownloadImageRequest.createFormData()EditableDateFieldSettings.createFormData()EditSenderIdentityRequest.createFormData()EditTemplateRequest.createFormData()EmbeddedCreateTemplateRequest.createFormData()EmbeddedCustomFieldCreated.createFormData()EmbeddedDocumentRequest.createFormData()EmbeddedFileDetails.createFormData()EmbeddedFileLink.createFormData()EmbeddedMergeTemplateFormRequest.createFormData()EmbeddedSendCreated.createFormData()EmbeddedSendTemplateFormRequest.createFormData()EmbeddedSigningLink.createFormData()EmbeddedTemplateCreated.createFormData()EmbeddedTemplateEdited.createFormData()EmbeddedTemplateEditRequest.createFormData()Error.createFormData()ErrorResult.createFormData()ExistingFormField.createFormData()ExtendExpiry.createFormData()FileInfo.createFormData()Font.createFormData()FormField.createFormData()FormGroup.createFormData()FormulaFieldSettings.createFormData()IdDocument.createFormData()IdentityVerificationSettings.createFormData()IdReport.createFormData()IdVerification.createFormData()ImageInfo.createFormData()MergeAndSendForSignForm.createFormData()ModificationDetails.createFormData()NotificationSettings.createFormData()PageDetails.createFormData()PhoneNumber.createFormData()PrefillField.createFormData()PrefillFieldRequest.createFormData()ProblemDetails.createFormData()RecipientChangeLog.createFormData()RecipientNotificationSettings.createFormData()Rectangle.createFormData()ReminderMessage.createFormData()ReminderSettings.createFormData()RemoveAuthentication.createFormData()Removed.createFormData()RevokeDocument.createFormData()Role.createFormData()Roles.createFormData()SenderIdentityCreated.createFormData()SenderIdentityList.createFormData()SenderIdentityViewModel.createFormData()SendForSign.createFormData()SendForSignFromTemplateForm.createFormData()SignerAuthenticationSettings.createFormData()Size.createFormData()TeamCreated.createFormData()TeamDocumentRecords.createFormData()TeamListResponse.createFormData()TeamPageDetails.createFormData()TeamResponse.createFormData()Teams.createFormData()TeamUpdateRequest.createFormData()TeamUsers.createFormData()Template.createFormData()TemplateCC.createFormData()TemplateCreated.createFormData()TemplateFormFields.createFormData()TemplateProperties.createFormData()TemplateRecords.createFormData()TemplateRole.createFormData()TemplateSenderDetail.createFormData()TemplateSenderDetails.createFormData()TemplateSharedTemplateDetail.createFormData()TemplateSignerDetails.createFormData()TemplateTag.createFormData()TextTagDefinition.createFormData()TextTagOffset.createFormData()UpdateUser.createFormData()UpdateUserMetaData.createFormData()UserPageDetails.createFormData()UserProperties.createFormData()UserRecords.createFormData()UsersDetails.createFormData()Validation.createFormData()VerificationDataRequest.createFormData()ViewBrandDetails.createFormData()ViewCustomFieldDetails.createFormData()