Uses of Interface
org.odata4j.core.OCollection.Builder

Packages that use OCollection.Builder
org.odata4j.core Core odata4j concepts. 
org.odata4j.format.json   
 

Uses of OCollection.Builder in org.odata4j.core
 

Methods in org.odata4j.core that return OCollection.Builder
 OCollection.Builder<T> OCollection.Builder.add(T value)
           
static
<T extends OObject>
OCollection.Builder<T>
OCollections.newBuilder(EdmType type)
          Starts a new OCollection builder using a given edm type.
 

Uses of OCollection.Builder in org.odata4j.format.json
 

Methods in org.odata4j.format.json that return OCollection.Builder
protected  OCollection.Builder<OObject> JsonCollectionFormatParser.newCollectionBuilder()
           
 

Methods in org.odata4j.format.json with parameters of type OCollection.Builder
protected  void JsonCollectionFormatParser.parseCollectionOfSimple(OCollection.Builder<OObject> builder, JsonStreamReaderFactory.JsonStreamReader jsr)
           
 



http://odata4j.org