com.atlassian.confluence.api.model.content
Class SpaceType

java.lang.Object
  extended by com.atlassian.confluence.api.model.content.SpaceType
All Implemented Interfaces:
ApiEnum

@ExperimentalApi
public final class SpaceType
extends java.lang.Object
implements ApiEnum

Represents a type of space, such as GLOBAL or PERSONAL. This class is a simple wrapper around a string.


Field Summary
static SpaceType GLOBAL
           
static SpaceType PERSONAL
           
 
Method Summary
static SpaceType forName(java.lang.String type)
           
 java.lang.String getType()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

GLOBAL

public static final SpaceType GLOBAL

PERSONAL

public static final SpaceType PERSONAL
Method Detail

forName

public static SpaceType forName(java.lang.String type)

getType

public java.lang.String getType()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2003-2014 Atlassian. All Rights Reserved.