@Deprecated public class AtomResource extends AtomEntry implements BlogResource
BlogEntry.Category, BlogEntry.Content, BlogEntry.Personauthor, categories, content, draft, id, modificationDate, permalink, publicationDate, summary, title| 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 |
save()
Deprecated.
Save this entry to it's collection.
|
void |
update(byte[] newBytes)
Deprecated.
Update resource by immediately uploading new bytes to server
|
delete, equals, getTokengetAuthor, getBlog, getCategories, getContent, getDraft, getId, getModificationDate, getPermalink, getPublicationDate, getSummary, getTitle, setAuthor, setCategories, setContent, setDraft, setModificationDate, setPublicationDate, setSummary, setTitle, toStringclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdelete, getAuthor, getBlog, getCategories, getContent, getDraft, getId, getModificationDate, getPermalink, getPublicationDate, getSummary, getTitle, getToken, setAuthor, setCategories, setContent, setDraft, setModificationDate, setPublicationDate, setSummary, setTitlepublic String getName()
getName in interface BlogResourcepublic InputStream getAsStream() throws BlogClientException
getAsStream in interface BlogResourceBlogClientExceptionpublic void save()
throws BlogClientException
save in interface BlogEntrysave in class AtomEntryBlogClientExceptionpublic void update(byte[] newBytes)
throws BlogClientException
update in interface BlogResourceBlogClientExceptionCopyright © 2023. All rights reserved.