public class PageSummary extends MapObject implements ConfluenceService.Model.PageSummary
| Constructor and Description |
|---|
PageSummary() |
PageSummary(Map<String,Object> data) |
| Modifier and Type | Method and Description |
|---|---|
ConfluenceService.Model.ID |
getId()
the id of the page
|
int |
getLocks()
the number of locks current on this page
|
ConfluenceService.Model.ID |
getParentId()
the id of the parent page
|
String |
getSpace()
the key of the space that this page belongs to
|
String |
getTitle()
the title of the page
|
String |
getUrl()
the url to view this page online
|
void |
setId(ConfluenceService.Model.ID id) |
void |
setLocks(int locks) |
void |
setParentId(ConfluenceService.Model.ID parentId) |
void |
setSpace(String space) |
void |
setTitle(String title) |
void |
setUrl(String url) |
public ConfluenceService.Model.ID getId()
getId in interface ConfluenceService.Model.PageSummarypublic void setId(ConfluenceService.Model.ID id)
public String getSpace()
getSpace in interface ConfluenceService.Model.PageSummarypublic void setSpace(String space)
public ConfluenceService.Model.ID getParentId()
getParentId in interface ConfluenceService.Model.PageSummarypublic void setParentId(ConfluenceService.Model.ID parentId)
public String getTitle()
getTitle in interface ConfluenceService.Model.PageSummarypublic void setTitle(String title)
public String getUrl()
public void setUrl(String url)
public int getLocks()
public void setLocks(int locks)
Copyright © 2020. All rights reserved.