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.BuilderattachmentSize(long attachmentSize)DeletedHistoricalVersionbuild()DeletedHistoricalVersion.BuildercontentType(ContentType contentType)DeletedHistoricalVersion.BuilderisFailed() 
 - 
 
- 
- 
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()
 
 - 
 
 -