Class DeletedHistoricalVersion.Builder
- java.lang.Object
-
- com.atlassian.confluence.impl.retention.rules.DeletedHistoricalVersion.Builder
-
- Enclosing class:
- DeletedHistoricalVersion
public static class DeletedHistoricalVersion.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeletedHistoricalVersion.Builder
attachmentSize(long attachmentSize)
DeletedHistoricalVersion
build()
DeletedHistoricalVersion.Builder
contentType(ContentType contentType)
DeletedHistoricalVersion.Builder
isFailed()
-
-
-
Method Detail
-
contentType
public DeletedHistoricalVersion.Builder contentType(ContentType contentType)
-
attachmentSize
public DeletedHistoricalVersion.Builder attachmentSize(long attachmentSize)
-
isFailed
public DeletedHistoricalVersion.Builder isFailed()
-
build
public DeletedHistoricalVersion build()
-
-