@Deprecated public interface BlogResource extends BlogEntry
BlogEntry.Category, BlogEntry.Content, BlogEntry.Person
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
getAsStream()
Deprecated.
Get resource as stream, using content.src as URL
|
java.lang.String |
getName()
Deprecated.
Get resource name (name is required)
|
void |
update(byte[] newBytes)
Deprecated.
Update resource by immediately uploading new bytes to server
|
delete, getAuthor, getBlog, getCategories, getContent, getDraft, getId, getModificationDate, getPermalink, getPublicationDate, getSummary, getTitle, getToken, save, setAuthor, setCategories, setContent, setDraft, setModificationDate, setPublicationDate, setSummary, setTitle
java.lang.String getName()
java.io.InputStream getAsStream() throws BlogClientException
BlogClientException
void update(byte[] newBytes) throws BlogClientException
BlogClientException