| Package | Description |
|---|---|
| org.gluu.oxd.common |
| Modifier and Type | Method and Description |
|---|---|
static CommandType |
CommandType.fromValue(String v) |
CommandType |
Command.getCommandType() |
static CommandType |
CommandType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandType[] |
CommandType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Command |
Command.setCommandType(CommandType p_commandType) |
| Constructor and Description |
|---|
Command(CommandType p_command) |
Command(CommandType commandType,
IParams params) |
Command(CommandType commandType,
com.fasterxml.jackson.databind.JsonNode params) |
Copyright © 2021. All rights reserved.