| Package | Description |
|---|---|
| com.atlassian.confluence.api.model.retention |
| Modifier and Type | Method and Description |
|---|---|
AgeUnit |
RetentionRule.getAgeUnit() |
static AgeUnit |
AgeUnit.getAgeUnit(String ageUnitValue) |
AgeUnit |
TrashRetentionRule.getDeletedAgeUnit() |
static AgeUnit |
AgeUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgeUnit[] |
AgeUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
RetentionRuleValidator.isValidAgeUnit(AgeUnit ageUnit,
Integer maxAge) |
void |
RetentionRule.setAgeUnit(AgeUnit ageUnit) |
void |
TrashRetentionRule.setDeletedAgeUnit(AgeUnit deletedAgeUnit) |
| Constructor and Description |
|---|
TrashRetentionRule(int maxDeletedAge,
AgeUnit ageUnit) |
Copyright © 2003–2022 Atlassian. All rights reserved.