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