@Deprecated public class AtomResource extends AtomEntry implements BlogResource
BlogEntry.Category, BlogEntry.Content, BlogEntry.Person
author, 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, getToken
getAuthor, getBlog, getCategories, getContent, getDraft, getId, getModificationDate, getPermalink, getPublicationDate, getSummary, getTitle, setAuthor, setCategories, setContent, setDraft, setModificationDate, setPublicationDate, setSummary, setTitle, toString
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
delete, getAuthor, getBlog, getCategories, getContent, getDraft, getId, getModificationDate, getPermalink, getPublicationDate, getSummary, getTitle, getToken, setAuthor, setCategories, setContent, setDraft, setModificationDate, setPublicationDate, setSummary, setTitle
public String getName()
getName
in interface BlogResource
public InputStream getAsStream() throws BlogClientException
getAsStream
in interface BlogResource
BlogClientException
public void save() throws BlogClientException
save
in interface BlogEntry
save
in class AtomEntry
BlogClientException
public void update(byte[] newBytes) throws BlogClientException
update
in interface BlogResource
BlogClientException
Copyright © 2020. All rights reserved.