public class PagePayload extends Object
| Constructor and Description |
|---|
PagePayload() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAncestor(Ancestor ancestor) |
List<Ancestor> |
getAncestors() |
Body |
getBody() |
Space |
getSpace() |
String |
getTitle() |
String |
getType() |
Version |
getVersion() |
void |
setBody(Body body) |
void |
setSpace(Space space) |
void |
setTitle(String title) |
void |
setVersion(Version version) |
public void addAncestor(Ancestor ancestor)
public String getType()
public String getTitle()
public void setTitle(String title)
public Space getSpace()
public void setSpace(Space space)
public Body getBody()
public void setBody(Body body)
public Version getVersion()
public void setVersion(Version version)
Copyright © 2017–2020 Focus IT. All rights reserved.