Package | Description |
---|---|
org.apache.olingo.client.api.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.
|
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.