@ExperimentalApi public final class ContentStatus extends BaseApiEnum
Content state can be used for filtering and for limiting the operations that can be performed on the content.
Modifier and Type | Field and Description |
---|---|
static List<ContentStatus> |
BUILT_IN |
static ContentStatus |
CURRENT
The default state of content ready to be viewed and edited.
|
static ContentStatus |
DRAFT
The state of content that has not yet been published
|
static ContentStatus |
HISTORICAL
The state of content that is not at its latest version
|
static ContentStatus |
TRASHED
The state of content that has been trashed but not yet purged from the system.
|
value
Modifier and Type | Method and Description |
---|---|
static ContentStatus |
valueOf(String str)
Return the
ContentType for the given type string. |
public static final ContentStatus CURRENT
public static final ContentStatus TRASHED
public static final ContentStatus HISTORICAL
public static final ContentStatus DRAFT
public static final List<ContentStatus> BUILT_IN
public static ContentStatus valueOf(String str)
ContentType
for the given type string. Built-in type constants will be returned if matched.Copyright © 2003–2018 Atlassian. All rights reserved.