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