public static enum PartnerUpdateParams.OrgCodeEnum extends Enum<PartnerUpdateParams.OrgCodeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
PartnerUpdateParams.OrgCodeEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static PartnerUpdateParams.OrgCodeEnum |
fromValue(Integer value) |
Integer |
getValue() |
String |
toString() |
static PartnerUpdateParams.OrgCodeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PartnerUpdateParams.OrgCodeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PartnerUpdateParams.OrgCodeEnum NUMBER_1
public static final PartnerUpdateParams.OrgCodeEnum NUMBER_2
public static PartnerUpdateParams.OrgCodeEnum[] values()
for (PartnerUpdateParams.OrgCodeEnum c : PartnerUpdateParams.OrgCodeEnum.values()) System.out.println(c);
public static PartnerUpdateParams.OrgCodeEnum 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 Integer getValue()
public String toString()
toString in class Enum<PartnerUpdateParams.OrgCodeEnum>public static PartnerUpdateParams.OrgCodeEnum fromValue(Integer value)
Copyright © 2022. All rights reserved.