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