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 Summary
Nested Classes -
Method Summary
Modifier 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
-
of
Deprecated. -
getNumber
public int getNumber()Deprecated. -
setNumber
public void setNumber(int number) Deprecated. -
getUnits
Deprecated. -
setUnits
Deprecated. -
builder
Deprecated. -
isLongerThan
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated.
-