Modifier and Type | Method and Description |
---|---|
AsteriskActionEnum |
AsteriskEndpoint.getAction() |
static AsteriskActionEnum |
AsteriskActionEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsteriskActionEnum[] |
AsteriskActionEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AsteriskEndpoint.setAction(AsteriskActionEnum action)
What action to perform such as getting queue status, sip peers or extension state.
|
Apache Camel