| 
 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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 | ODataClient.createRequestEntry(EdmEntitySet entitySet,
                   OEntityKey entityKey,
                   List<OProperty<?>> props,
                   List<OLink> links) | 
|  Entry | AbstractODataClient.createRequestEntry(EdmEntitySet entitySet,
                   OEntityKey entityKey,
                   List<OProperty<?>> props,
                   List<OLink> links) | 
| Methods in org.odata4j.consumer with parameters of type Entry | |
|---|---|
| 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(UriInfo uriInfo,
      Writer w,
      Entry target) | 
| protected  void | JsonRequestEntryFormatWriter.writeContent(UriInfo 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 | 
| Fields in org.odata4j.format.xml with type parameters of type Entry | |
|---|---|
|  Iterable<Entry> | AtomFeedFormatParser.AtomFeed.entries | 
| Methods in org.odata4j.format.xml that return Entry | |
|---|---|
|  Entry | AtomEntryFormatParser.parse(Reader reader) | 
| Methods in org.odata4j.format.xml that return types with arguments of type Entry | |
|---|---|
|  Iterable<Entry> | AtomFeedFormatParser.AtomFeed.getEntries() | 
| Methods in org.odata4j.format.xml with parameters of type Entry | |
|---|---|
|  void | AtomRequestEntryFormatWriter.write(UriInfo uriInfo,
      Writer w,
      Entry target) | 
|  void | AtomEntryFormatWriter.writeRequestEntry(Writer w,
                  Entry entry) | 
| 
 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||