Class DeletedHistoricalVersionSummary.Builder
java.lang.Object
com.atlassian.confluence.impl.retention.rules.DeletedHistoricalVersionSummary.Builder
- Enclosing class:
- DeletedHistoricalVersionSummary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattachmentSizeRemoved
(long globalAttachmentSizeRemoved) attachmentVersionsRemoved
(long globalAttachmentVersionsRemoved) build()
lastIdProcessed
(long lastIdProcessed) pageVersionsRemoved
(long globalPageVersionsRemoved)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
pageVersionsRemoved
-
attachmentVersionsRemoved
public DeletedHistoricalVersionSummary.Builder attachmentVersionsRemoved(long globalAttachmentVersionsRemoved) -
attachmentSizeRemoved
public DeletedHistoricalVersionSummary.Builder attachmentSizeRemoved(long globalAttachmentSizeRemoved) -
lastIdProcessed
-
build
-