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.Builder
builder()
Deprecated.boolean
Deprecated.int
Deprecated.getUnits()
Deprecated.int
hashCode()
Deprecated.boolean
isLongerThan
(RetentionPeriod other) Deprecated.static RetentionPeriod
of
(int number, ChronoUnit units) Deprecated.void
setNumber
(int number) Deprecated.void
setUnits
(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.
-