Class RetentionPeriod
java.lang.Object
com.atlassian.confluence.api.model.audit.RetentionPeriod
Deprecated.
since 7.5.0. Use AuditRetentionConfig from atlassian-audit-api
The period of time that audit log records are preserved.
- Since:
- 5.10
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionstatic RetentionPeriod.Builderbuilder()Deprecated.booleanDeprecated.intDeprecated.getUnits()Deprecated.inthashCode()Deprecated.booleanisLongerThan(RetentionPeriod other) Deprecated.static RetentionPeriodof(int number, ChronoUnit units) Deprecated.voidsetNumber(int number) Deprecated.voidsetUnits(ChronoUnit units) Deprecated.
- 
Method Details- 
ofDeprecated.
- 
getNumberpublic int getNumber()Deprecated.
- 
setNumberpublic void setNumber(int number) Deprecated.
- 
getUnitsDeprecated.
- 
setUnitsDeprecated.
- 
builderDeprecated.
- 
isLongerThanDeprecated.
- 
equalsDeprecated.
- 
hashCodepublic int hashCode()Deprecated.
 
-