T - The actual ODataValue interface.public interface ClientCollectionValue<T extends ClientValue> extends ClientValue, Iterable<T>
| Modifier and Type | Method and Description | 
|---|---|
| ClientCollectionValue<T> | add(ClientValue value)Adds a value to the collection. | 
| Collection<Object> | asJavaCollection()Converts this instance as POJO collection. | 
| boolean | isEmpty()Checks if collection is empty. | 
| int | size()Gets collection size. | 
asCollection, asComplex, asEnum, asPrimitive, getTypeName, isCollection, isComplex, isEnum, isPrimitiveforEach, iterator, spliteratorClientCollectionValue<T> add(ClientValue value)
value - value to be added.boolean isEmpty()
int size()
Collection<Object> asJavaCollection()
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.