Uses of Class
com.atlassian.confluence.internal.content.collab.IncludeOwnContentEnum
-
Packages that use IncludeOwnContentEnum Package Description com.atlassian.confluence.internal.content.collab -
-
Uses of IncludeOwnContentEnum in com.atlassian.confluence.internal.content.collab
Methods in com.atlassian.confluence.internal.content.collab that return IncludeOwnContentEnum Modifier and Type Method Description static IncludeOwnContentEnum
IncludeOwnContentEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static IncludeOwnContentEnum[]
IncludeOwnContentEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.atlassian.confluence.internal.content.collab with parameters of type IncludeOwnContentEnum Constructor Description OwningContent(long contentId, IncludeOwnContentEnum includeOwnContentEnum)
-