Uses of Class
com.boldsign.model.TemplateProperties.DocumentDownloadOptionEnum
-
Packages that use TemplateProperties.DocumentDownloadOptionEnum Package Description com.boldsign.model -
-
Uses of TemplateProperties.DocumentDownloadOptionEnum in com.boldsign.model
Methods in com.boldsign.model that return TemplateProperties.DocumentDownloadOptionEnum Modifier and Type Method Description static TemplateProperties.DocumentDownloadOptionEnumTemplateProperties.DocumentDownloadOptionEnum. fromValue(String value)TemplateProperties.DocumentDownloadOptionEnumTemplateProperties. getDocumentDownloadOption()Get documentDownloadOptionTemplateProperties.DocumentDownloadOptionEnumTemplateProperties.DocumentDownloadOptionEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static TemplateProperties.DocumentDownloadOptionEnumTemplateProperties.DocumentDownloadOptionEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static TemplateProperties.DocumentDownloadOptionEnum[]TemplateProperties.DocumentDownloadOptionEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.boldsign.model with parameters of type TemplateProperties.DocumentDownloadOptionEnum Modifier and Type Method Description TemplatePropertiesTemplateProperties. documentDownloadOption(TemplateProperties.DocumentDownloadOptionEnum documentDownloadOption)voidTemplateProperties. setDocumentDownloadOption(TemplateProperties.DocumentDownloadOptionEnum documentDownloadOption)voidTemplateProperties.DocumentDownloadOptionEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, TemplateProperties.DocumentDownloadOptionEnum enumeration)
-