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