public enum PollEventsOptions extends Enum<PollEventsOptions>
| Enum Constant and Description |
|---|
CAPTURE |
| Modifier and Type | Method and Description |
|---|---|
String |
action() |
static PollEventsOptions |
fromKey(String k) |
String |
key() |
static PollEventsOptions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PollEventsOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PollEventsOptions CAPTURE
public static PollEventsOptions[] values()
for (PollEventsOptions c : PollEventsOptions.values()) System.out.println(c);
public static PollEventsOptions 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 key()
public String action()
public static PollEventsOptions fromKey(String k)
Copyright © 2026 MuleSoft, Inc.. All rights reserved.