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 AgeUnitAgeUnit. getAgeUnit(String ageUnitValue)AgeUnitRetentionRule. getAgeUnit()AgeUnitTrashRetentionRule. getDeletedAgeUnit()static AgeUnitAgeUnit. 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 BooleanRetentionRuleValidator. isValidAgeUnit(AgeUnit ageUnit, Integer maxAge)voidRetentionRule. setAgeUnit(AgeUnit ageUnit)voidTrashRetentionRule. setDeletedAgeUnit(AgeUnit deletedAgeUnit)Constructors in com.atlassian.confluence.api.model.retention with parameters of type AgeUnit Constructor Description TrashRetentionRule(int maxDeletedAge, AgeUnit ageUnit)
-