Uses of Class
com.atlassian.confluence.api.model.retention.RemovalCount
-
Packages that use RemovalCount Package Description com.atlassian.confluence.api.model.retention -
-
Uses of RemovalCount in com.atlassian.confluence.api.model.retention
Methods in com.atlassian.confluence.api.model.retention that return RemovalCount Modifier and Type Method Description RemovalCount
RemovalCount.Builder. build()
RemovalCount
RemovalSummary. getGlobal()
RemovalCount
RemovalSummary. getSpace()
Methods in com.atlassian.confluence.api.model.retention with parameters of type RemovalCount Modifier and Type Method Description void
RemovalSummary. setGlobal(RemovalCount global)
void
RemovalSummary. setSpace(RemovalCount space)
-