| Package | Description |
|---|---|
| org.apache.olingo.commons.api.domain.v4 |
| Modifier and Type | Method and Description |
|---|---|
ODataProperty |
ODataEntity.getProperty(String name) |
ODataProperty |
ODataObjectFactory.newCollectionProperty(String name,
ODataCollectionValue<? extends ODataValue> value) |
ODataProperty |
ODataObjectFactory.newComplexProperty(String name,
ODataComplexValue<? extends CommonODataProperty> value) |
ODataProperty |
ODataObjectFactory.newEnumProperty(String name,
ODataEnumValue value) |
ODataProperty |
ODataObjectFactory.newPrimitiveProperty(String name,
ODataPrimitiveValue value) |
| Modifier and Type | Method and Description |
|---|---|
ODataComplexValue<ODataProperty> |
ODataValuable.getComplexValue()
Gets complex value.
|
List<ODataProperty> |
ODataEntity.getProperties() |
ODataComplexValue<ODataProperty> |
ODataObjectFactory.newComplexValue(String typeName) |
Copyright © 2013–2014 The Apache Software Foundation. All rights reserved.