@Deprecated public class MetaWeblogEntry extends BaseBlogEntry
BlogEntry.Category, BlogEntry.Content, BlogEntry.Person
author, categories, content, draft, id, modificationDate, permalink, publicationDate, summary, title
Constructor and Description |
---|
MetaWeblogEntry(MetaWeblogBlog blog,
java.util.Map<java.lang.String,java.lang.Object> entryMap)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
delete()
Deprecated.
Delete this entry from blog server
|
boolean |
equals(java.lang.Object o)
Deprecated.
True if tokens are equal
|
java.lang.String |
getToken()
Deprecated.
Get token, which can be used to fetch the blog entry
|
void |
save()
Deprecated.
Save this entry to it's collection.
|
(package private) java.util.Map<java.lang.String,java.lang.Object> |
toPostStructure()
Deprecated.
|
getAuthor, getBlog, getCategories, getContent, getDraft, getId, getModificationDate, getPermalink, getPublicationDate, getSummary, getTitle, setAuthor, setCategories, setContent, setDraft, setModificationDate, setPublicationDate, setSummary, setTitle, toString
MetaWeblogEntry(MetaWeblogBlog blog, java.util.Map<java.lang.String,java.lang.Object> entryMap)
public java.lang.String getToken()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public void save() throws BlogClientException
BlogClientException
public void delete() throws BlogClientException
BlogClientException
java.util.Map<java.lang.String,java.lang.Object> toPostStructure()