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