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