| Package | Description |
|---|---|
| org.apache.olingo.commons.api.domain | |
| org.apache.olingo.commons.api.domain.v3 | |
| org.apache.olingo.commons.api.domain.v4 |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ODataComplexValue<OP extends CommonODataProperty>
OData complex property value.
|
| Modifier and Type | Method and Description |
|---|---|
<OP extends CommonODataProperty> |
ODataValue.asComplex()
Casts to complex value.
|
<OP extends CommonODataProperty> |
AbstractODataValue.asComplex()
Casts to complex value.
|
| Modifier and Type | Method and Description |
|---|---|
CommonODataProperty |
CommonODataEntity.getProperty(String name)
Searches for property with given name.
|
CommonODataProperty |
CommonODataObjectFactory.newCollectionProperty(String name,
ODataCollectionValue<? extends ODataValue> value)
Instantiates a new collection property.
|
CommonODataProperty |
CommonODataObjectFactory.newComplexProperty(String name,
ODataComplexValue<? extends CommonODataProperty> value)
Instantiates a new complex property.
|
CommonODataProperty |
CommonODataObjectFactory.newPrimitiveProperty(String name,
ODataPrimitiveValue value)
Instantiates a new primitive property.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends CommonODataProperty> |
CommonODataEntity.getProperties()
Returns OData entity properties.
|
ODataComplexValue<? extends CommonODataProperty> |
CommonODataObjectFactory.newComplexValue(String typeName) |
| Modifier and Type | Method and Description |
|---|---|
CommonODataProperty |
CommonODataObjectFactory.newComplexProperty(String name,
ODataComplexValue<? extends CommonODataProperty> value)
Instantiates a new complex property.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ODataProperty |
| Modifier and Type | Method and Description |
|---|---|
ODataProperty |
ODataObjectFactory.newComplexProperty(String name,
ODataComplexValue<? extends CommonODataProperty> value) |
| Modifier and Type | Method and Description |
|---|---|
ODataProperty |
ODataObjectFactory.newComplexProperty(String name,
ODataComplexValue<? extends CommonODataProperty> value) |
Copyright © 2013–2014 The Apache Software Foundation. All rights reserved.