| 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 |
ODataCollectionValue<OV extends ODataValue>
OData collection property value.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ODataCollectionValue<OV extends ODataValue>
OData collection property value.
|
interface |
ODataComplexValue<OP extends CommonODataProperty>
OData complex property value.
|
interface |
ODataPrimitiveValue |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractODataValue
Abstract representation of an OData entity property value.
|
| Modifier and Type | Method and Description |
|---|---|
<OV extends ODataValue> |
ODataValue.asCollection()
Casts to collection value.
|
<OV extends ODataValue> |
AbstractODataValue.asCollection()
Casts to collection value.
|
| Modifier and Type | Method and Description |
|---|---|
ODataValue |
CommonODataProperty.getValue()
Returns property value.
|
| Modifier and Type | Method and Description |
|---|---|
ODataCollectionValue<? extends ODataValue> |
CommonODataObjectFactory.newCollectionValue(String typeName) |
| Modifier and Type | Method and Description |
|---|---|
ODataCollectionValue<OV> |
ODataCollectionValue.add(ODataValue value)
Adds a value to the collection.
|
| Modifier and Type | Method and Description |
|---|---|
CommonODataProperty |
CommonODataObjectFactory.newCollectionProperty(String name,
ODataCollectionValue<? extends ODataValue> value)
Instantiates a new collection property.
|
| Modifier and Type | Method and Description |
|---|---|
ODataCollectionValue<ODataValue> |
ODataProperty.getCollectionValue()
Gets collection value.
|
ODataCollectionValue<ODataValue> |
ODataObjectFactory.newCollectionValue(String typeName) |
| Modifier and Type | Method and Description |
|---|---|
ODataProperty |
ODataObjectFactory.newCollectionProperty(String name,
ODataCollectionValue<? extends ODataValue> value) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ODataEnumValue |
interface |
ODataLinkedComplexValue |
interface |
ODataValue |
| Modifier and Type | Method and Description |
|---|---|
ODataProperty |
ODataObjectFactory.newCollectionProperty(String name,
ODataCollectionValue<? extends ODataValue> value) |
Copyright © 2013–2014 The Apache Software Foundation. All rights reserved.