-
- All Implemented Interfaces:
public final class SlackMessageAttachment
-
-
Constructor Summary
Constructors Constructor Description SlackMessageAttachment(List<Button> actions, List<AttachmentField> fields, String fallback, String color, String text, String pretext, String callbackId)
-
Method Summary
Modifier and Type Method Description final List<Button>getActions()final List<AttachmentField>getFields()final StringgetFallback()final StringgetColor()final StringgetText()final StringgetPretext()final StringgetCallbackId()final BooleanhasOnlyActions()final GenericElementtoGenericElement()-
-
Method Detail
-
getActions
final List<Button> getActions()
-
getFields
final List<AttachmentField> getFields()
-
getFallback
final String getFallback()
-
getPretext
final String getPretext()
-
getCallbackId
final String getCallbackId()
-
hasOnlyActions
final Boolean hasOnlyActions()
-
toGenericElement
final GenericElement toGenericElement()
-
-
-
-