public static enum PartnerUpdateParams.CountryCodeEnum extends Enum<PartnerUpdateParams.CountryCodeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
PartnerUpdateParams.CountryCodeEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static PartnerUpdateParams.CountryCodeEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static PartnerUpdateParams.CountryCodeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PartnerUpdateParams.CountryCodeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PartnerUpdateParams.CountryCodeEnum JP
public static final PartnerUpdateParams.CountryCodeEnum ZZ
public static PartnerUpdateParams.CountryCodeEnum[] values()
for (PartnerUpdateParams.CountryCodeEnum c : PartnerUpdateParams.CountryCodeEnum.values()) System.out.println(c);
public static PartnerUpdateParams.CountryCodeEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public String toString()
toString in class Enum<PartnerUpdateParams.CountryCodeEnum>public static PartnerUpdateParams.CountryCodeEnum fromValue(String value)
Copyright © 2020. All rights reserved.