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