@Deprecated public interface BlogEntry
Modifier and Type | Interface and Description |
---|---|
static class |
BlogEntry.Category
Deprecated.
Represents a weblog category
|
static class |
BlogEntry.Content
Deprecated.
Represents blog entry content
|
static class |
BlogEntry.Person
Deprecated.
Represents a blog author or contributor
|
Modifier and Type | Method and Description |
---|---|
void |
delete()
Deprecated.
Delete this entry from blog server
|
BlogEntry.Person |
getAuthor()
Deprecated.
Get author of this entry
|
Blog |
getBlog()
Deprecated.
Blog is associated with a blog
|
List<BlogEntry.Category> |
getCategories()
Deprecated.
Get categories, a list of BlogEntry.Category objects
|
BlogEntry.Content |
getContent()
Deprecated.
Get content of this blog entry
|
boolean |
getDraft()
Deprecated.
Get draft status of this entry
|
String |
getId()
Deprecated.
Get globally unique ID of this blog entry
|
Date |
getModificationDate()
Deprecated.
Get update date of this entry
|
String |
getPermalink()
Deprecated.
Permanent link to this entry (assigned by server)
|
Date |
getPublicationDate()
Deprecated.
Set publish date of this entry
|
String |
getSummary()
Deprecated.
Get summary of this blog entry
|
String |
getTitle()
Deprecated.
Get title of this blog entry
|
String |
getToken()
Deprecated.
Get token, which can be used to fetch the blog entry
|
void |
save()
Deprecated.
Save this entry to it's collection.
|
void |
setAuthor(BlogEntry.Person author)
Deprecated.
Set author of this entry
|
void |
setCategories(List<BlogEntry.Category> categories)
Deprecated.
Set categories, a list of BlogEntry.Category objects
|
void |
setContent(BlogEntry.Content content)
Deprecated.
Set content of this blog entry
|
void |
setDraft(boolean draft)
Deprecated.
Set draft status of this entry
|
void |
setModificationDate(Date date)
Deprecated.
Set update date of this entry
|
void |
setPublicationDate(Date date)
Deprecated.
Get publish date of this entry
|
void |
setSummary(String summary)
Deprecated.
Set summary of this blog entry
|
void |
setTitle(String title)
Deprecated.
Set title of this blog entry
|
String getToken()
void save() throws BlogClientException
BlogClientException
void delete() throws BlogClientException
BlogClientException
String getPermalink()
Blog getBlog()
List<BlogEntry.Category> getCategories()
void setCategories(List<BlogEntry.Category> categories)
String getId()
String getTitle()
void setTitle(String title)
String getSummary()
void setSummary(String summary)
BlogEntry.Content getContent()
void setContent(BlogEntry.Content content)
boolean getDraft()
void setDraft(boolean draft)
BlogEntry.Person getAuthor()
void setAuthor(BlogEntry.Person author)
Date getPublicationDate()
void setPublicationDate(Date date)
Date getModificationDate()
void setModificationDate(Date date)
Copyright © 2024. All rights reserved.