| Package | Description |
|---|---|
| org.wso2.carbon.device.mgt.deviceagent.api.dto |
| Modifier and Type | Method and Description |
|---|---|
Property |
Property.name(String name) |
Property |
Property.value(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
Operation.getProperties()
Get properties
|
List<Property> |
Device.getProperties()
Get properties
|
| Modifier and Type | Method and Description |
|---|---|
Operation |
Operation.addPropertiesItem(Property propertiesItem) |
Device |
Device.addPropertiesItem(Property propertiesItem) |
| Modifier and Type | Method and Description |
|---|---|
Operation |
Operation.properties(List<Property> properties) |
Device |
Device.properties(List<Property> properties) |
void |
Operation.setProperties(List<Property> properties) |
void |
Device.setProperties(List<Property> properties) |
Copyright © 2017 WSO2. All rights reserved.