Package toxi.data.feeds
Class AtomEntry
java.lang.Object
toxi.data.feeds.AtomEntry
-
Field Summary
Modifier and TypeFieldDescription -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetEnclosuresForType
(String type) Returns a list ofAtomLink
s to enclosed items of the given MIME type.
-
Field Details
-
title
-
id
-
author
-
-
timePublished
-
timeUpdated
-
links
-
-
Constructor Details
-
AtomEntry
public AtomEntry()
-
-
Method Details
-
getEnclosuresForType
Returns a list ofAtomLink
s to enclosed items of the given MIME type.- Parameters:
type
- MIME type or null to retrieve all enclosures- Returns:
- list
-