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