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