| Package | Description |
|---|---|
| org.wso2.carbon.device.mgt.deviceagent.api.dto |
| Modifier and Type | Method and Description |
|---|---|
static Operation.StatusEnum |
Operation.StatusEnum.fromValue(String text) |
Operation.StatusEnum |
Operation.getStatus()
The status of the operation that has been carried out on a device.
|
static Operation.StatusEnum |
Operation.StatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operation.StatusEnum[] |
Operation.StatusEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Operation.setStatus(Operation.StatusEnum status) |
Operation |
Operation.status(Operation.StatusEnum status) |
Copyright © 2017 WSO2. All rights reserved.