java.lang.Object
org.graylog.integrations.notifications.types.SlackMessage.Attachment
- Enclosing class:
- SlackMessage
public abstract static class SlackMessage.Attachment
extends Object
-
Nested Class Summary
Nested Classes
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Attachment
public Attachment()
-
Method Details
-
text
@Nullable
public abstract String text()
-
color
public abstract String color()
-
-