public final class EmbeddedContentRenderMode extends BaseApiEnum
Modifier and Type | Field and Description |
---|---|
static EmbeddedContentRenderMode |
CURRENT
Render the embedded content with the latest version.
|
static EmbeddedContentRenderMode |
VERSION_AT_SAVE
Render the embedded content with the version when it was saved.
|
value
Constructor and Description |
---|
EmbeddedContentRenderMode(String type) |
Modifier and Type | Method and Description |
---|---|
String |
getType() |
static boolean |
isBuiltIn(String mode) |
String |
toString() |
static EmbeddedContentRenderMode |
valueOf(String type) |
public static final EmbeddedContentRenderMode CURRENT
public static final EmbeddedContentRenderMode VERSION_AT_SAVE
public EmbeddedContentRenderMode(String type)
public static EmbeddedContentRenderMode valueOf(String type)
public String getType()
public String toString()
toString
in class BaseApiEnum
public static boolean isBuiltIn(String mode)
Copyright © 2003–2017 Atlassian. All rights reserved.