Class SpaceType
- java.lang.Object
-
- com.atlassian.confluence.api.model.BaseApiEnum
-
- com.atlassian.confluence.api.model.content.SpaceType
-
- All Implemented Interfaces:
ApiEnum
public final class SpaceType extends BaseApiEnum
Represents a type of space, such as GLOBAL or PERSONAL. This class is a simple wrapper around a string.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SpaceType
forName(String type)
String
getType()
String
toString()
-