public static enum AnalyticsStatus.Status extends Enum<AnalyticsStatus.Status>
| Enum Constant and Description |
|---|
DISABLED
No
AnalyticsHttpEvent is generated whenever the flow is executed |
ENABLED
An
AnalyticsHttpEvent is generated whenever the flow is executed |
| Modifier and Type | Method and Description |
|---|---|
static AnalyticsStatus.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnalyticsStatus.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnalyticsStatus.Status ENABLED
AnalyticsHttpEvent is generated whenever the flow is executedpublic static final AnalyticsStatus.Status DISABLED
AnalyticsHttpEvent is generated whenever the flow is executedpublic static AnalyticsStatus.Status[] values()
for (AnalyticsStatus.Status c : AnalyticsStatus.Status.values()) System.out.println(c);
public static AnalyticsStatus.Status 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 nullCopyright © 2014–2022 MuleSoft, Inc.. All rights reserved.