public class AtomEntry extends BaseBlogEntry implements BlogEntry
BlogEntry.Category, BlogEntry.Content, BlogEntry.Person
author, categories, content, draft, id, modificationDate, permalink, publicationDate, summary, title
Modifier and Type | Method and Description |
---|---|
void |
delete()
Delete this entry from blog server
|
boolean |
equals(Object o)
True if entry's token's are equal.
|
String |
getToken()
Get token, which can be used to fetch the blog entry
|
void |
save()
Save this entry to it's collection.
|
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
getAuthor, getBlog, getCategories, getContent, getDraft, getId, getModificationDate, getPermalink, getPublicationDate, getSummary, getTitle, setAuthor, setCategories, setContent, setDraft, setModificationDate, setPublicationDate, setSummary, setTitle
public String getToken()
BlogEntry
public boolean equals(Object o)
public void save() throws BlogClientException
BlogEntry
save
in interface BlogEntry
BlogClientException
public void delete() throws BlogClientException
BlogEntry
delete
in interface BlogEntry
BlogClientException
Copyright © 2017. All rights reserved.