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 |
---|---|
ODataCollectionValue<OV> |
ODataCollectionValue.add(ODataValue value)
Adds a value to the collection.
|
<OV extends ODataValue> |
ODataValue.asCollection()
Casts to collection value.
|
<OV extends ODataValue> |
AbstractODataValue.asCollection()
Casts to collection value.
|
ODataCollectionValue<? extends ODataValue> |
CommonODataObjectFactory.newCollectionValue(String typeName) |
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 | Method and Description |
---|---|
ODataCollectionValue<ODataValue> |
ODataValuable.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) |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.