| Package | Description |
|---|---|
| org.wso2.carbon.device.mgt.api.dto | |
| org.wso2.carbon.device.mgt.api.mapper |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
DeviceTypeMetaDefinition |
DeviceTypeMetaDefinition.addFeaturesItem(Feature featuresItem) |
| Modifier and Type | Method and Description |
|---|---|
DeviceTypeMetaDefinition |
DeviceTypeMetaDefinition.features(List<Feature> features) |
void |
DeviceTypeMetaDefinition.setFeatures(List<Feature> features) |
| Modifier and Type | Method and Description |
|---|---|
static Feature |
ModelMapper.map(org.wso2.carbon.device.mgt.common.Feature feature) |
Copyright © 2017 WSO2. All rights reserved.