Uses of Class
com.atlassian.confluence.pages.CommentStatus.Value
-
Packages that use CommentStatus.Value Package Description com.atlassian.confluence.pages -
-
Uses of CommentStatus.Value in com.atlassian.confluence.pages
Methods in com.atlassian.confluence.pages that return CommentStatus.Value Modifier and Type Method Description CommentStatus.Value
CommentStatus. getValue()
static CommentStatus.Value
CommentStatus.Value. valueOf(String name)
Returns the enum constant of this type with the specified name.static CommentStatus.Value[]
CommentStatus.Value. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.pages with parameters of type CommentStatus.Value Modifier and Type Method Description CommentStatus.Builder
CommentStatus.Builder. setValue(CommentStatus.Value value)
-