Class SlackMessage
java.lang.Object
co.elastic.clients.elasticsearch.watcher.SlackMessage
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<SlackMessage>Json deserializer forSlackMessage -
Method Summary
Modifier and TypeMethodDescriptionfinal List<SlackAttachment>Required - API name:attachmentsfinal SlackDynamicAttachmentAPI name:dynamic_attachmentsfinal Stringfrom()Required - API name:fromfinal Stringicon()API name:iconstatic SlackMessagevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal Stringtext()Required - API name:textto()Required - API name:totoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forSlackMessage
-
-
Method Details
-
of
-
attachments
Required - API name:attachments -
dynamicAttachments
API name:dynamic_attachments -
from
Required - API name:from -
icon
API name:icon -
text
Required - API name:text -
to
Required - API name:to -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupSlackMessageDeserializer
-