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