Package com.atlassian.confluence.spaces
Class SpaceType
java.lang.Object
com.atlassian.confluence.spaces.SpaceType
- All Implemented Interfaces:
Serializable
,Comparable<SpaceType>
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic void
addCustomSpaceType
(String spaceTypeKey) int
boolean
static SpaceType
getSpaceType
(String spaceTypeAsString) int
hashCode()
static boolean
static boolean
isKnownSpaceType
(String spaceType) static boolean
isPersonal
(Space space) toString()
-
Field Details
-
GLOBAL
-
PERSONAL
-
-
Method Details
-
isPersonal
-
isGlobal
-
getSpaceType
-
addCustomSpaceType
-
isKnownSpaceType
-
equals
-
compareTo
- Specified by:
compareTo
in interfaceComparable<SpaceType>
-
toI18NKey
-
toString
-
hashCode
public int hashCode()
-