Uses of Class
com.atlassian.confluence.it.Space.Type
-
Packages that use Space.Type Package Description com.atlassian.confluence.it -
-
Uses of Space.Type in com.atlassian.confluence.it
Methods in com.atlassian.confluence.it that return Space.Type Modifier and Type Method Description static Space.TypeSpace.Type. fromString(String type)Space.TypeSpace. getType()Deprecated.static Space.TypeSpace.Type. valueOf(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 Constructor Description Space(String key, String name, String description, Space.Type spaceType)Deprecated.Space(String key, String name, String description, Space.Type spaceType, long homepageId)Deprecated.
-