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