public enum MarkdownSupportedFields extends Enum<MarkdownSupportedFields>
| Enum Constant and Description |
|---|
FIELDS
Renders markdown in each field on an attachment
|
PRETEXT
Renders markdown in the pretext of an attachment
|
TEXT
Renders markdown in the text field of an attachment
|
| Modifier and Type | Method and Description |
|---|---|
String |
getSlackVersion() |
static MarkdownSupportedFields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MarkdownSupportedFields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MarkdownSupportedFields PRETEXT
public static final MarkdownSupportedFields TEXT
public static final MarkdownSupportedFields FIELDS
public static MarkdownSupportedFields[] values()
for (MarkdownSupportedFields c : MarkdownSupportedFields.values()) System.out.println(c);
public static MarkdownSupportedFields valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getSlackVersion()
Copyright © 2019. All rights reserved.