Uses of Class
com.boldsign.model.AttachmentInfo
Packages that use AttachmentInfo
-
Uses of AttachmentInfo in com.boldsign.model
Methods in com.boldsign.model that return AttachmentInfoModifier and TypeMethodDescriptionAttachmentInfo.acceptedFileTypes(List<String> acceptedFileTypes) AttachmentInfo.addAcceptedFileTypesItem(String acceptedFileTypesItem) AttachmentInfo.allowedFileTypes(String allowedFileTypes) Deprecated.AttachmentInfo.description(String description) static AttachmentInfoCreate an instance of AttachmentInfo given an JSON stringCustomFormField.getAttachmentInfo()Get attachmentInfoDocumentFormFields.getAttachmentInfo()Get attachmentInfoFormField.getAttachmentInfo()Get attachmentInfoTemplateFormFields.getAttachmentInfo()Get attachmentInfoTextTagDefinition.getAttachmentInfo()Get attachmentInfoMethods in com.boldsign.model with parameters of type AttachmentInfoModifier and TypeMethodDescriptionCustomFormField.attachmentInfo(AttachmentInfo attachmentInfo) DocumentFormFields.attachmentInfo(AttachmentInfo attachmentInfo) FormField.attachmentInfo(AttachmentInfo attachmentInfo) TemplateFormFields.attachmentInfo(AttachmentInfo attachmentInfo) TextTagDefinition.attachmentInfo(AttachmentInfo attachmentInfo) voidCustomFormField.setAttachmentInfo(AttachmentInfo attachmentInfo) voidDocumentFormFields.setAttachmentInfo(AttachmentInfo attachmentInfo) voidFormField.setAttachmentInfo(AttachmentInfo attachmentInfo) voidTemplateFormFields.setAttachmentInfo(AttachmentInfo attachmentInfo) voidTextTagDefinition.setAttachmentInfo(AttachmentInfo attachmentInfo)