| Package | Description |
|---|---|
| org.wso2.carbon.device.mgt.deviceagent.api.dto |
| Modifier and Type | Method and Description |
|---|---|
static Operation.TypeEnum |
Operation.TypeEnum.fromValue(String text) |
Operation.TypeEnum |
Operation.getType()
The operation type that was carried out on the device.
|
static Operation.TypeEnum |
Operation.TypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operation.TypeEnum[] |
Operation.TypeEnum.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.setType(Operation.TypeEnum type) |
Operation |
Operation.type(Operation.TypeEnum type) |
Copyright © 2017 WSO2. All rights reserved.