|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
Responses.collection(OCollection<T> collection)
Creates a new CollectionResponse instance. |
|
static
|
Responses.collection(OCollection<T> collection,
EdmEntitySet entitySet,
Integer inlineCount,
String skipToken,
String collectionName)
Creates a new CollectionResponse instance. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |