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