Uses of Class
com.boldsign.model.DocumentProperties.DocumentDownloadOptionEnum
-
Packages that use DocumentProperties.DocumentDownloadOptionEnum Package Description com.boldsign.model -
-
Uses of DocumentProperties.DocumentDownloadOptionEnum in com.boldsign.model
Methods in com.boldsign.model that return DocumentProperties.DocumentDownloadOptionEnum Modifier and Type Method Description static DocumentProperties.DocumentDownloadOptionEnumDocumentProperties.DocumentDownloadOptionEnum. fromValue(String value)DocumentProperties.DocumentDownloadOptionEnumDocumentProperties. getDocumentDownloadOption()Get documentDownloadOptionDocumentProperties.DocumentDownloadOptionEnumDocumentProperties.DocumentDownloadOptionEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static DocumentProperties.DocumentDownloadOptionEnumDocumentProperties.DocumentDownloadOptionEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentProperties.DocumentDownloadOptionEnum[]DocumentProperties.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 DocumentProperties.DocumentDownloadOptionEnum Modifier and Type Method Description DocumentPropertiesDocumentProperties. documentDownloadOption(DocumentProperties.DocumentDownloadOptionEnum documentDownloadOption)voidDocumentProperties. setDocumentDownloadOption(DocumentProperties.DocumentDownloadOptionEnum documentDownloadOption)voidDocumentProperties.DocumentDownloadOptionEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, DocumentProperties.DocumentDownloadOptionEnum enumeration)
-