public enum SpaceDirectoryScope extends Enum<SpaceDirectoryScope>
Modifier and Type | Method and Description |
---|---|
Set<ContentTypeEnum> |
getContentTypes() |
static SpaceDirectoryScope |
toScope(String scopeStr) |
static SpaceDirectoryScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpaceDirectoryScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpaceDirectoryScope ALL
public static final SpaceDirectoryScope PERSONAL
public static final SpaceDirectoryScope GLOBAL
public static SpaceDirectoryScope[] values()
for (SpaceDirectoryScope c : SpaceDirectoryScope.values()) System.out.println(c);
public static SpaceDirectoryScope valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic Set<ContentTypeEnum> getContentTypes()
public static SpaceDirectoryScope toScope(String scopeStr)
Copyright © 2003–2017 Atlassian. All rights reserved.