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