Class SimpleSiteStructure.AttachmentRepresentation
- java.lang.Object
-
- com.atlassian.confluence.it.export.SimpleSiteStructure.IdentifiedRepresentation
-
- com.atlassian.confluence.it.export.SimpleSiteStructure.ContentRepresentation
-
- com.atlassian.confluence.it.export.SimpleSiteStructure.AttachmentRepresentation
-
- All Implemented Interfaces:
SimpleSiteStructure.ExportableItem
- Enclosing class:
- SimpleSiteStructure
public static class SimpleSiteStructure.AttachmentRepresentation extends SimpleSiteStructure.ContentRepresentation
-
-
Constructor Summary
Constructors Constructor Description AttachmentRepresentation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContainerContent()
String
getTitle()
void
setContainerContent(String content)
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
-
-