Class SlackAttachmentField
java.lang.Object
co.elastic.clients.elasticsearch.watcher.SlackAttachmentField
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<SlackAttachmentField>Json deserializer forSlackAttachmentField -
Method Summary
Modifier 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
-
_DESERIALIZER
Json deserializer forSlackAttachmentField
-
-
Method Details
-
of
public static SlackAttachmentField of(Function<SlackAttachmentField.Builder, ObjectBuilder<SlackAttachmentField>> fn) -
short_
public final boolean short_()Required - API name:short -
title
Required - API name:title -
value
Required - API name:value -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupSlackAttachmentFieldDeserializer
protected static void setupSlackAttachmentFieldDeserializer(ObjectDeserializer<SlackAttachmentField.Builder> op)
-