-
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 BooleanhasOnlyActions()final GenericElementtoGenericElement()final List<Button>component1()final List<AttachmentField>component2()final Stringcomponent3()final Stringcomponent4()final Stringcomponent5()final Stringcomponent6()final Stringcomponent7()final SlackMessageAttachmentcopy(List<Button> actions, List<AttachmentField> fields, String fallback, String color, String text, String pretext, String callbackId)final List<Button>getActions()final List<AttachmentField>getFields()final StringgetFallback()final StringgetColor()final StringgetText()final StringgetPretext()final StringgetCallbackId()-
-
Method Detail
-
hasOnlyActions
final Boolean hasOnlyActions()
-
toGenericElement
final GenericElement toGenericElement()
-
component1
final List<Button> component1()
-
component2
final List<AttachmentField> component2()
-
component3
final String component3()
-
component4
final String component4()
-
component5
final String component5()
-
component6
final String component6()
-
component7
final String component7()
-
copy
final SlackMessageAttachment copy(List<Button> actions, List<AttachmentField> fields, String fallback, String color, String text, String pretext, String callbackId)
-
getActions
final List<Button> getActions()
-
getFields
final List<AttachmentField> getFields()
-
getFallback
final String getFallback()
-
getPretext
final String getPretext()
-
getCallbackId
final String getCallbackId()
-
-
-
-