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