| Package | Description |
|---|---|
| org.apache.olingo.client.api.domain | |
| org.apache.olingo.client.core.domain |
| Modifier and Type | Method and Description |
|---|---|
ClientCollectionValue<T> |
ClientCollectionValue.add(ClientValue value)
Adds a value to the collection.
|
<OV extends ClientValue> |
AbstractClientValue.asCollection()
Casts to collection value.
|
<T extends ClientValue> |
ClientValue.asCollection()
Casts to collection value.
|
ClientCollectionValue<ClientValue> |
ClientValuable.getCollectionValue()
Gets collection value.
|
ClientCollectionValue<ClientValue> |
ClientObjectFactory.newCollectionValue(String typeName) |
| Modifier and Type | Method and Description |
|---|---|
ClientProperty |
ClientObjectFactory.newCollectionProperty(String name,
ClientCollectionValue<? extends ClientValue> value)
Instantiates a new collection property.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientCollectionValueImpl<OV extends ClientValue> |
| Modifier and Type | Method and Description |
|---|---|
ClientCollectionValue<OV> |
ClientCollectionValueImpl.add(ClientValue value)
Adds a value to the collection.
|
ClientCollectionValue<ClientValue> |
ClientValuableImpl.getCollectionValue() |
ClientCollectionValue<ClientValue> |
ClientAnnotationImpl.getCollectionValue() |
ClientCollectionValue<ClientValue> |
ClientObjectFactoryImpl.newCollectionValue(String typeName) |
| Modifier and Type | Method and Description |
|---|---|
ClientProperty |
ClientObjectFactoryImpl.newCollectionProperty(String name,
ClientCollectionValue<? extends ClientValue> value) |
Copyright © 2023. All rights reserved.