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