public static class

AtomFeedFormatParser.DataServicesAtomEntry

extends Object
implements Entry
java.lang.Object
   ↳ org.odata4j.format.xml.AtomFeedFormatParser.DataServicesAtomEntry

Summary

Fields
public List<AtomFeedFormatParser.AtomLink> atomLinks
public String categoryScheme
public String categoryTerm
public String contentType
public String etag
public String id
public List<OLink> links
private OEntity oentity
public List<OProperty<?>> properties
public String summary
public String title
public String updated
Public Constructors
AtomFeedFormatParser.DataServicesAtomEntry()
Public Methods
String getETag()
OEntity getEntity()
String getType()
String getUri()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.odata4j.format.Entry

Fields

public List<AtomFeedFormatParser.AtomLink> atomLinks

public String categoryScheme

public String categoryTerm

public String contentType

public String etag

public String id

public List<OLink> links

private OEntity oentity

public List<OProperty<?>> properties

public String summary

public String title

public String updated

Public Constructors

public AtomFeedFormatParser.DataServicesAtomEntry ()

Public Methods

public String getETag ()

public OEntity getEntity ()

public String getType ()

public String getUri ()

public String toString ()