Uses of Interface
org.odata4j.producer.CollectionResponse

Packages that use CollectionResponse
org.odata4j.format   
org.odata4j.format.json   
org.odata4j.format.xml   
org.odata4j.producer The odata4j server-side (producer-side) API. 
 

Uses of CollectionResponse in org.odata4j.format
 

Methods in org.odata4j.format that return types with arguments of type CollectionResponse
 FormatWriter<CollectionResponse<?>> FormatWriterFactory.JsonWriters.getCollectionFormatWriter()
           
 FormatWriter<CollectionResponse<?>> FormatWriterFactory.AtomWriters.getCollectionFormatWriter()
           
 

Uses of CollectionResponse in org.odata4j.format.json
 

Methods in org.odata4j.format.json with parameters of type CollectionResponse
protected  void JsonCollectionFormatWriter.writeContent(UriInfo uriInfo, JsonWriter jw, CollectionResponse<?> target)
           
 

Uses of CollectionResponse in org.odata4j.format.xml
 

Methods in org.odata4j.format.xml with parameters of type CollectionResponse
 void AtomCollectionFormatWriter.write(UriInfo uriInfo, Writer w, CollectionResponse<?> target)
           
 

Uses of CollectionResponse in org.odata4j.producer
 

Methods in org.odata4j.producer that return CollectionResponse
static
<T extends OObject>
CollectionResponse<?>
Responses.collection(OCollection<T> collection)
          Creates a new CollectionResponse instance.
static
<T extends OObject>
CollectionResponse<?>
Responses.collection(OCollection<T> collection, EdmEntitySet entitySet, Integer inlineCount, String skipToken, String collectionName)
          Creates a new CollectionResponse instance.
 



http://odata4j.org