Uses of Enum Class
com.atlassian.confluence.api.model.retention.AgeUnit
Packages that use AgeUnit
-
Uses of AgeUnit in com.atlassian.confluence.api.model.retention
Methods in com.atlassian.confluence.api.model.retention that return AgeUnitModifier and TypeMethodDescriptionstatic AgeUnitAgeUnit.getAgeUnit(String ageUnitValue) RetentionRule.getAgeUnit()TrashRetentionRule.getDeletedAgeUnit()static AgeUnitReturns the enum constant of this class with the specified name.static AgeUnit[]AgeUnit.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.confluence.api.model.retention with parameters of type AgeUnitModifier and TypeMethodDescriptionTrashRetentionRule.TrashRetentionRuleBuilder.deletedAgeUnit(AgeUnit deletedAgeUnit) 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 AgeUnitModifierConstructorDescriptionRetentionRule(Integer maxAge, AgeUnit ageUnit, Integer maxNumberOfVersions, boolean keepAll) TrashRetentionRule(int maxDeletedAge, AgeUnit ageUnit) TrashRetentionRule(Integer maxDeletedAge, AgeUnit deletedAgeUnit, boolean keepAll)