public static enum ExportSubscriberDataOp.ExportSubscriberDataType extends java.lang.Enum<ExportSubscriberDataOp.ExportSubscriberDataType>
| Enum Constant and Description |
|---|
subscriberAccount
Constant value f the
subscriber account type. |
subscription
Constant value represents the
subscription type. |
| Modifier and Type | Method and Description |
|---|---|
static ExportSubscriberDataOp.ExportSubscriberDataType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExportSubscriberDataOp.ExportSubscriberDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExportSubscriberDataOp.ExportSubscriberDataType subscriberAccount
subscriber account type.public static final ExportSubscriberDataOp.ExportSubscriberDataType subscription
subscription type.public static ExportSubscriberDataOp.ExportSubscriberDataType[] values()
for (ExportSubscriberDataOp.ExportSubscriberDataType c : ExportSubscriberDataOp.ExportSubscriberDataType.values()) System.out.println(c);
public static ExportSubscriberDataOp.ExportSubscriberDataType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null