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