@Deprecated public class MetaWeblogEntry extends BaseBlogEntry
BlogEntry.Category, BlogEntry.Content, BlogEntry.Person
author, categories, content, draft, id, modificationDate, permalink, publicationDate, summary, title
Modifier and Type | Method and Description |
---|---|
void |
delete()
Deprecated.
Delete this entry from blog server
|
boolean |
equals(Object o)
Deprecated.
True if tokens are equal
|
String |
getToken()
Deprecated.
Get token, which can be used to fetch the blog entry
|
void |
save()
Deprecated.
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
public String getToken()
public boolean equals(Object o)
public void save() throws BlogClientException
BlogClientException
public void delete() throws BlogClientException
BlogClientException
Copyright © 2018. All rights reserved.