@Deprecated public interface BlogResource extends BlogEntry
BlogEntry.Category, BlogEntry.Content, BlogEntry.Person
Modifier and Type | Method and Description |
---|---|
InputStream |
getAsStream()
Deprecated.
Get resource as stream, using content.src as URL
|
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
String getName()
InputStream getAsStream() throws BlogClientException
BlogClientException
void update(byte[] newBytes) throws BlogClientException
BlogClientException
Copyright © 2024. All rights reserved.