| Package | Description |
|---|---|
| com.rometools.propono.atom.client | |
| com.rometools.propono.blogclient.atomprotocol |
| Modifier and Type | Method and Description |
|---|---|
ClientMediaEntry |
ClientCollection.createMediaEntry(java.lang.String title,
java.lang.String slug,
java.lang.String contentType,
byte[] bytes)
Deprecated.
Create new media entry assocaited with collection, but do not save.
|
ClientMediaEntry |
ClientCollection.createMediaEntry(java.lang.String title,
java.lang.String slug,
java.lang.String contentType,
java.io.InputStream is)
Deprecated.
Create new media entry assocaited with collection, but do not save.
|
| Constructor and Description |
|---|
AtomResource(AtomBlog blog,
ClientMediaEntry entry)
Deprecated.
|
AtomResource(AtomCollection collection,
ClientMediaEntry entry)
Deprecated.
|