public class BlogEntry extends MapObject implements ConfluenceService.Model.Blogpost
| Constructor and Description |
|---|
BlogEntry() |
BlogEntry(Map<String,Object> data) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor()
username of the author
|
String |
getContent()
the blog entry content
|
ConfluenceService.Model.ID |
getId()
the id of the blog entry
|
int |
getLocks()
the number of locks current on this page
|
String |
getSpace()
the key of the space that this blog entry belongs to
|
String |
getTitle()
the title of the page
|
String |
getUrl()
the url to view this blog entry online
|
int |
getVersion()
the version number of this blog entry
|
void |
setAuthor(String author) |
void |
setContent(String content) |
void |
setId(ConfluenceService.Model.ID id) |
void |
setLocks(int locks) |
void |
setSpace(String space) |
void |
setTitle(String title) |
void |
setUrl(String url) |
void |
setVersion(int version) |
Map<String,Object> |
toRawMap() |
public ConfluenceService.Model.ID getId()
getId in interface ConfluenceService.Model.Blogpostpublic void setId(ConfluenceService.Model.ID id)
public String getSpace()
getSpace in interface ConfluenceService.Model.Blogpostpublic void setSpace(String space)
public String getAuthor()
public void setAuthor(String author)
public String getTitle()
getTitle in interface ConfluenceService.Model.Blogpostpublic void setTitle(String title)
public String getUrl()
public void setUrl(String url)
public int getVersion()
getVersion in interface ConfluenceService.Model.Blogpostpublic void setVersion(int version)
public String getContent()
public void setContent(String content)
public int getLocks()
public void setLocks(int locks)
Copyright © 2020. All rights reserved.