Class SimpleSiteStructure.PageRepresentation
- java.lang.Object
-
- com.atlassian.confluence.it.export.SimpleSiteStructure.IdentifiedRepresentation
-
- com.atlassian.confluence.it.export.SimpleSiteStructure.ContentRepresentation
-
- com.atlassian.confluence.it.export.SimpleSiteStructure.PageRepresentation
-
- All Implemented Interfaces:
SimpleSiteStructure.ExportableItem
- Enclosing class:
- SimpleSiteStructure
public static class SimpleSiteStructure.PageRepresentation extends SimpleSiteStructure.ContentRepresentation
-
-
Constructor Summary
Constructors Constructor Description PageRepresentation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSpace()
String
getTitle()
void
setSpace(String spaceId)
void
setTitle(String title)
-
Methods inherited from class com.atlassian.confluence.it.export.SimpleSiteStructure.ContentRepresentation
getContentStatus, setContentStatus
-
Methods inherited from class com.atlassian.confluence.it.export.SimpleSiteStructure.IdentifiedRepresentation
getId, setId
-
-