Class SlackAttachmentField
java.lang.Object
co.elastic.clients.elasticsearch.watcher.SlackAttachmentField
- All Implemented Interfaces:
- JsonpSerializable
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<SlackAttachmentField>Json deserializer forSlackAttachmentField
- 
Method SummaryModifier and TypeMethodDescriptionstatic SlackAttachmentFieldvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal booleanshort_()Required - API name:shortfinal Stringtitle()Required - API name:titletoString()final Stringvalue()Required - API name:value
- 
Field Details- 
_DESERIALIZERJson deserializer forSlackAttachmentField
 
- 
- 
Method Details- 
ofpublic static SlackAttachmentField of(Function<SlackAttachmentField.Builder, ObjectBuilder<SlackAttachmentField>> fn) 
- 
short_public final boolean short_()Required - API name:short
- 
titleRequired - API name:title
- 
valueRequired - API name:value
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupSlackAttachmentFieldDeserializerprotected static void setupSlackAttachmentFieldDeserializer(ObjectDeserializer<SlackAttachmentField.Builder> op) 
 
-