Class AttachmentInfo
- java.lang.Object
-
- com.atlassian.confluence.impl.backuprestore.backup.models.AttachmentInfo
-
public class AttachmentInfo extends Object
- Since:
- 7.20.0
-
-
Constructor Summary
Constructors Constructor Description AttachmentInfo(@NotNull EntityObjectReadyForExport entity)
AttachmentInfo(@NotNull Long id, @NotNull Long containerId, @NotNull Long spaceId, @NotNull Integer version, Long originalVersion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getContainerId()
Long
getId()
Long
getOriginalVersion()
Long
getSpaceId()
Integer
getVersion()
String
toString()
-