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