| Package | Description |
|---|---|
| org.wso2.carbon.device.mgt.deviceagent.api.dto |
| Modifier and Type | Method and Description |
|---|---|
static Operation.ControlEnum |
Operation.ControlEnum.fromValue(String text) |
Operation.ControlEnum |
Operation.getControl()
How the operation should be executed.
|
static Operation.ControlEnum |
Operation.ControlEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operation.ControlEnum[] |
Operation.ControlEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Operation |
Operation.control(Operation.ControlEnum control) |
void |
Operation.setControl(Operation.ControlEnum control) |
Copyright © 2017 WSO2. All rights reserved.