| Package | Description |
|---|---|
| com.atlassian.confluence.it |
| Modifier and Type | Method and Description |
|---|---|
static Space.Type |
Space.Type.fromString(String type) |
Space.Type |
Space.getType()
Deprecated.
|
static Space.Type |
Space.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.
|
| Constructor and 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.
|
Copyright © 2003–2021 Atlassian. All rights reserved.