public static enum PartnerIntegrationLinked.EnumCompletedIntegrationTypes extends Enum<PartnerIntegrationLinked.EnumCompletedIntegrationTypes>
| Enum Constant and Description |
|---|
NULL |
VALUE_0 |
VALUE_1 |
VALUE_2 |
VALUE_3 |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static PartnerIntegrationLinked.EnumCompletedIntegrationTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PartnerIntegrationLinked.EnumCompletedIntegrationTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PartnerIntegrationLinked.EnumCompletedIntegrationTypes VALUE_0
public static final PartnerIntegrationLinked.EnumCompletedIntegrationTypes VALUE_1
public static final PartnerIntegrationLinked.EnumCompletedIntegrationTypes VALUE_2
public static final PartnerIntegrationLinked.EnumCompletedIntegrationTypes VALUE_3
public static final PartnerIntegrationLinked.EnumCompletedIntegrationTypes NULL
public static PartnerIntegrationLinked.EnumCompletedIntegrationTypes[] values()
for (PartnerIntegrationLinked.EnumCompletedIntegrationTypes c : PartnerIntegrationLinked.EnumCompletedIntegrationTypes.values()) System.out.println(c);
public static PartnerIntegrationLinked.EnumCompletedIntegrationTypes 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 toString()
toString in class Enum<PartnerIntegrationLinked.EnumCompletedIntegrationTypes>Copyright © 2018. All rights reserved.