Constructors in org.rometools.propono.atom.client with parameters of type ClientAtomService |
ClientEntry(ClientAtomService service,
ClientCollection collection)
|
ClientEntry(ClientAtomService service,
ClientCollection collection,
com.sun.syndication.feed.atom.Entry entry,
boolean partial)
|
ClientMediaEntry(ClientAtomService service,
ClientCollection collection)
Create ClientMedieEntry for service and collection. |
ClientMediaEntry(ClientAtomService service,
ClientCollection collection,
com.sun.syndication.feed.atom.Entry entry,
boolean partial)
|
ClientMediaEntry(ClientAtomService service,
ClientCollection collection,
String title,
String slug,
String contentType,
byte[] bytes)
|
ClientMediaEntry(ClientAtomService service,
ClientCollection collection,
String title,
String slug,
String contentType,
InputStream is)
|