Uses of Interface
org.apache.olingo.client.api.domain.ClientCollectionValue
Packages that use ClientCollectionValue
-
Uses of ClientCollectionValue in org.apache.olingo.client.api.domain
Methods in org.apache.olingo.client.api.domain that return ClientCollectionValueModifier and TypeMethodDescriptionClientCollectionValue.add
(ClientValue value) Adds a value to the collection.<OV extends ClientValue>
ClientCollectionValue<OV>AbstractClientValue.asCollection()
Casts to collection value.<T extends ClientValue>
ClientCollectionValue<T>ClientValue.asCollection()
Casts to collection value.ClientValuable.getCollectionValue()
Gets collection value.ClientObjectFactory.newCollectionValue
(String typeName) Methods in org.apache.olingo.client.api.domain with parameters of type ClientCollectionValueModifier and TypeMethodDescriptionClientObjectFactory.newCollectionProperty
(String name, ClientCollectionValue<? extends ClientValue> value) Instantiates a new collection property.