| 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 | Method and Description |
|---|---|
ODataComplexValue<OP> |
ODataComplexValue.add(OP field)
Adds field to the complex type.
|
<OP extends CommonODataProperty> |
ODataValue.asComplex()
Casts to complex value.
|
<OP extends CommonODataProperty> |
AbstractODataValue.asComplex()
Casts to complex value.
|
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 | Method and Description |
|---|---|
ODataComplexValue<ODataProperty> |
ODataProperty.getComplexValue()
Gets complex value.
|
ODataComplexValue<ODataProperty> |
ODataObjectFactory.newComplexValue(String typeName) |
| Modifier and Type | Method and Description |
|---|---|
ODataProperty |
ODataObjectFactory.newComplexProperty(String name,
ODataComplexValue<? extends CommonODataProperty> value) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ODataLinkedComplexValue |
| Modifier and Type | Method and Description |
|---|---|
ODataComplexValue<ODataProperty> |
ODataValuable.getComplexValue()
Gets complex value.
|
ODataComplexValue<ODataProperty> |
ODataObjectFactory.newComplexValue(String typeName) |
| 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.