| Package | Description |
|---|---|
| org.wso2.carbon.device.mgt.deviceagent.api.dto |
| Modifier and Type | Method and Description |
|---|---|
Feature |
Feature.addMetadataEntriesItem(MetadataEntry metadataEntriesItem) |
Feature |
Feature.code(String code) |
Feature |
Feature.description(String description) |
Feature |
Feature.deviceType(String deviceType) |
Feature |
Feature.id(Integer id) |
Feature |
Feature.metadataEntries(List<MetadataEntry> metadataEntries) |
Feature |
Feature.name(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<Feature> |
DeviceTypeMetaDefinition.getFeatures()
Get features
|
List<Feature> |
Device.getFeatures()
feature list
|
| Modifier and Type | Method and Description |
|---|---|
DeviceTypeMetaDefinition |
DeviceTypeMetaDefinition.addFeaturesItem(Feature featuresItem) |
Device |
Device.addFeaturesItem(Feature featuresItem) |
| Modifier and Type | Method and Description |
|---|---|
DeviceTypeMetaDefinition |
DeviceTypeMetaDefinition.features(List<Feature> features) |
Device |
Device.features(List<Feature> features) |
void |
DeviceTypeMetaDefinition.setFeatures(List<Feature> features) |
void |
Device.setFeatures(List<Feature> features) |
Copyright © 2017 WSO2. All rights reserved.