Uses of Interface
org.odata4j.format.Entry

Packages that use Entry
org.odata4j.consumer The odata4j client-side (consumer-side) API. 
org.odata4j.format   
org.odata4j.format.json   
org.odata4j.format.xml   
 

Uses of Entry in org.odata4j.consumer
 

Methods in org.odata4j.consumer that return Entry
 Entry ODataClientRequest.getEntry()
          Gets the normalized OData payload.
 

Methods in org.odata4j.consumer with parameters of type Entry
 ODataClientRequest ODataClientRequest.entry(Entry entry)
          Sets the normalized OData payload.
static ODataClientRequest ODataClientRequest.merge(String url, Entry entry)
          Creates a new MERGE request.
static ODataClientRequest ODataClientRequest.post(String url, Entry entry)
          Creates a new POST request.
static ODataClientRequest ODataClientRequest.put(String url, Entry entry)
          Creates a new PUT request.
 

Uses of Entry in org.odata4j.format
 

Methods in org.odata4j.format that return types with arguments of type Entry
 Iterable<Entry> Feed.getEntries()
           
 FormatParser<Entry> FormatParserFactory.JsonParsers.getEntryFormatParser(Settings settings)
           
 FormatParser<Entry> FormatParserFactory.AtomParsers.getEntryFormatParser(Settings settings)
           
 FormatWriter<Entry> FormatWriterFactory.JsonWriters.getRequestEntryFormatWriter()
           
 FormatWriter<Entry> FormatWriterFactory.AtomWriters.getRequestEntryFormatWriter()
           
 

Uses of Entry in org.odata4j.format.json
 

Methods in org.odata4j.format.json that return Entry
 Entry JsonEntryFormatParser.parse(Reader reader)
           
 

Methods in org.odata4j.format.json with parameters of type Entry
 void JsonRequestEntryFormatWriter.write(ExtendedUriInfo uriInfo, Writer w, Entry target)
           
protected  void JsonRequestEntryFormatWriter.writeContent(ExtendedUriInfo uriInfo, JsonWriter jw, Entry target)
           
 

Uses of Entry in org.odata4j.format.xml
 

Classes in org.odata4j.format.xml that implement Entry
static class AtomFeedFormatParser.DataServicesAtomEntry
           
 

Methods in org.odata4j.format.xml that return Entry
 Entry AtomEntryFormatParser.parse(Reader reader)
           
 

Methods in org.odata4j.format.xml with parameters of type Entry
 void AtomRequestEntryFormatWriter.write(ExtendedUriInfo uriInfo, Writer w, Entry target)
           
 void AtomEntryFormatWriter.writeRequestEntry(Writer w, Entry entry)
           
 



http://odata4j.org