Uses of Class
com.atlassian.confluence.plugins.spacedirectory.rest.SpaceDirectoryScope
-
Packages that use SpaceDirectoryScope Package Description com.atlassian.confluence.plugins.spacedirectory.rest -
-
Uses of SpaceDirectoryScope in com.atlassian.confluence.plugins.spacedirectory.rest
Methods in com.atlassian.confluence.plugins.spacedirectory.rest that return SpaceDirectoryScope Modifier and Type Method Description static SpaceDirectoryScope
SpaceDirectoryScope. toScope(String scopeStr)
static SpaceDirectoryScope
SpaceDirectoryScope. valueOf(String name)
Returns the enum constant of this type with the specified name.static SpaceDirectoryScope[]
SpaceDirectoryScope. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-