Uses of Class
com.boldsign.model.SendForSign
Packages that use SendForSign
-
Uses of SendForSign in com.boldsign.api
Methods in com.boldsign.api with parameters of type SendForSignModifier and TypeMethodDescriptionDocumentApi.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. -
Uses of SendForSign in com.boldsign.model
Methods in com.boldsign.model that return SendForSignModifier and TypeMethodDescriptionSendForSign.addCcItem(DocumentCC ccItem) SendForSign.addDocumentInfoItem(DocumentInfo documentInfoItem) SendForSign.addFilesItem(File filesItem) SendForSign.addFileUrlsItem(URI fileUrlsItem) SendForSign.addFormGroupsItem(FormGroup formGroupsItem) SendForSign.addLabelsItem(String labelsItem) SendForSign.addSignersItem(DocumentSigner signersItem) SendForSign.addTextTagDefinitionsItem(TextTagDefinition textTagDefinitionsItem) SendForSign.allowScheduledSend(Boolean allowScheduledSend) SendForSign.autoDetectFields(Boolean autoDetectFields) SendForSign.cc(List<DocumentCC> cc) SendForSign.disableEmails(Boolean disableEmails) SendForSign.disableExpiryAlert(Boolean disableExpiryAlert) SendForSign.disableSMS(Boolean disableSMS) SendForSign.documentDownloadOption(SendForSign.DocumentDownloadOptionEnum documentDownloadOption) SendForSign.documentInfo(List<DocumentInfo> documentInfo) SendForSign.downloadFileName(String downloadFileName) SendForSign.enableAuditTrailLocalization(Boolean enableAuditTrailLocalization) SendForSign.enableEmbeddedSigning(Boolean enableEmbeddedSigning) Deprecated.SendForSign.enablePrintAndSign(Boolean enablePrintAndSign) SendForSign.enableReassign(Boolean enableReassign) SendForSign.enableSigningOrder(Boolean enableSigningOrder) SendForSign.expiryDateType(SendForSign.ExpiryDateTypeEnum expiryDateType) SendForSign.expiryDays(Integer expiryDays) Deprecated.SendForSign.expiryValue(Long expiryValue) SendForSign.formGroups(List<FormGroup> formGroups) static SendForSignCreate an instance of SendForSign given an JSON stringSendForSign.hideDocumentId(Boolean hideDocumentId) SendForSign.onBehalfOf(String onBehalfOf) SendForSign.putMetaDataItem(String key, String metaDataItem) SendForSign.recipientNotificationSettings(RecipientNotificationSettings recipientNotificationSettings) SendForSign.reminderSettings(ReminderSettings reminderSettings) SendForSign.scheduledSendTime(Long scheduledSendTime) SendForSign.sendLinkValidTill(OffsetDateTime sendLinkValidTill) SendForSign.signers(List<DocumentSigner> signers) SendForSign.textTagDefinitions(List<TextTagDefinition> textTagDefinitions) SendForSign.useTextTags(Boolean useTextTags)