Uses of Class
com.atlassian.confluence.api.model.retention.AgeUnit
-
Packages that use AgeUnit Package Description com.atlassian.confluence.api.model.retention -
-
Uses of AgeUnit in com.atlassian.confluence.api.model.retention
Methods in com.atlassian.confluence.api.model.retention that return AgeUnit Modifier and Type Method Description static AgeUnit
AgeUnit. getAgeUnit(String ageUnitValue)
AgeUnit
RetentionRule. getAgeUnit()
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.Methods in com.atlassian.confluence.api.model.retention with parameters of type AgeUnit Modifier and Type Method Description static Boolean
RetentionRuleValidator. isValidAgeUnit(AgeUnit ageUnit, Integer maxAge)
void
RetentionRule. setAgeUnit(AgeUnit ageUnit)
void
TrashRetentionRule. setDeletedAgeUnit(AgeUnit deletedAgeUnit)
Constructors in com.atlassian.confluence.api.model.retention with parameters of type AgeUnit Constructor Description TrashRetentionRule(int maxDeletedAge, AgeUnit ageUnit)
-