Package | Description |
---|---|
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
static EmergencyAddressDto.PhoneCountryEnum |
EmergencyAddressDto.PhoneCountryEnum.fromValue(String value) |
EmergencyAddressDto.PhoneCountryEnum |
EmergencyAddressDto.getPhoneCountry()
Get phoneCountry
|
EmergencyAddressDto.PhoneCountryEnum |
EmergencyAddressDto.PhoneCountryEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static EmergencyAddressDto.PhoneCountryEnum |
EmergencyAddressDto.PhoneCountryEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmergencyAddressDto.PhoneCountryEnum[] |
EmergencyAddressDto.PhoneCountryEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EmergencyAddressDto |
EmergencyAddressDto.phoneCountry(EmergencyAddressDto.PhoneCountryEnum phoneCountry) |
void |
EmergencyAddressDto.setPhoneCountry(EmergencyAddressDto.PhoneCountryEnum phoneCountry) |
void |
EmergencyAddressDto.PhoneCountryEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
EmergencyAddressDto.PhoneCountryEnum enumeration) |
Copyright © 2023. All rights reserved.