Uses of Class
com.boldsign.model.AttachmentInfo
-
Packages that use AttachmentInfo Package Description com.boldsign.model -
-
Uses of AttachmentInfo in com.boldsign.model
Methods in com.boldsign.model that return AttachmentInfo Modifier and Type Method Description AttachmentInfoAttachmentInfo. acceptedFileTypes(List<String> acceptedFileTypes)AttachmentInfoAttachmentInfo. addAcceptedFileTypesItem(String acceptedFileTypesItem)AttachmentInfoAttachmentInfo. allowedFileTypes(String allowedFileTypes)Deprecated.AttachmentInfoAttachmentInfo. description(String description)static AttachmentInfoAttachmentInfo. fromJson(String jsonString)Create an instance of AttachmentInfo given an JSON stringAttachmentInfoCustomFormField. getAttachmentInfo()Get attachmentInfoAttachmentInfoDocumentFormFields. getAttachmentInfo()Get attachmentInfoAttachmentInfoEditFormField. getAttachmentInfo()Get attachmentInfoAttachmentInfoFormField. getAttachmentInfo()Get attachmentInfoAttachmentInfoTemplateFormFields. getAttachmentInfo()Get attachmentInfoAttachmentInfoTextTagDefinition. getAttachmentInfo()Get attachmentInfoAttachmentInfoAttachmentInfo. title(String title)Methods in com.boldsign.model with parameters of type AttachmentInfo Modifier and Type Method Description CustomFormFieldCustomFormField. attachmentInfo(AttachmentInfo attachmentInfo)DocumentFormFieldsDocumentFormFields. attachmentInfo(AttachmentInfo attachmentInfo)EditFormFieldEditFormField. attachmentInfo(AttachmentInfo attachmentInfo)FormFieldFormField. attachmentInfo(AttachmentInfo attachmentInfo)TemplateFormFieldsTemplateFormFields. attachmentInfo(AttachmentInfo attachmentInfo)TextTagDefinitionTextTagDefinition. attachmentInfo(AttachmentInfo attachmentInfo)voidCustomFormField. setAttachmentInfo(AttachmentInfo attachmentInfo)voidDocumentFormFields. setAttachmentInfo(AttachmentInfo attachmentInfo)voidEditFormField. setAttachmentInfo(AttachmentInfo attachmentInfo)voidFormField. setAttachmentInfo(AttachmentInfo attachmentInfo)voidTemplateFormFields. setAttachmentInfo(AttachmentInfo attachmentInfo)voidTextTagDefinition. setAttachmentInfo(AttachmentInfo attachmentInfo)
-