org.apache.chemistry.opencmis.client.bindings.spi.atompub.objects
Class AtomFeed
java.lang.Object
org.apache.chemistry.opencmis.client.bindings.spi.atompub.objects.AtomBase
org.apache.chemistry.opencmis.client.bindings.spi.atompub.objects.AtomFeed
- All Implemented Interfaces:
- Serializable
public class AtomFeed
- extends AtomBase
- Author:
- Florian Müller
- See Also:
- Serialized Form
AtomFeed
public AtomFeed()
getType
public String getType()
- Specified by:
getType
in class AtomBase
getEntries
public List<AtomEntry> getEntries()
addEntry
public void addEntry(AtomEntry entry)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.