Uses of Class
com.atlassian.confluence.it.Space.Type

Packages that use Space.Type
com.atlassian.confluence.it   
 

Uses of Space.Type in com.atlassian.confluence.it
 

Methods in com.atlassian.confluence.it that return Space.Type
static Space.Type Space.Type.fromString(java.lang.String type)
           
static Space.Type Space.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Space.Type[] Space.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.atlassian.confluence.it with parameters of type Space.Type
Space(java.lang.String key, java.lang.String name, java.lang.String description, Space.Type spaceType)
           
Space(java.lang.String key, java.lang.String name, java.lang.String description, Space.Type spaceType, long homepageId)
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.