Class EmailAttachment
java.lang.Object
co.elastic.clients.elasticsearch.watcher.EmailAttachment
- All Implemented Interfaces:
JsonpSerializable,TaggedUnion<EmailAttachment.Kind,java.lang.Object>
@JsonpDeserializable public class EmailAttachment extends java.lang.Object implements TaggedUnion<EmailAttachment.Kind,java.lang.Object>, JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEmailAttachment.Builderstatic classEmailAttachment.KindEmailAttachmentvariant kinds. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<EmailAttachment>_DESERIALIZER -
Constructor Summary
Constructors Constructor Description EmailAttachment(EmailAttachmentVariant value) -
Method Summary
Modifier and Type Method Description java.lang.Object_get()EmailAttachment.Kind_kind()Get the of the kind of variant held by this object.DataEmailAttachmentdata()Get thedatavariant value.HttpEmailAttachmenthttp()Get thehttpvariant value.booleanisData()Is this variant instance of kinddata?booleanisHttp()Is this variant instance of kindhttp?booleanisReporting()Is this variant instance of kindreporting?static EmailAttachmentof(java.util.function.Function<EmailAttachment.Builder,ObjectBuilder<EmailAttachment>> fn)ReportingEmailAttachmentreporting()Get thereportingvariant value.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupEmailAttachmentDeserializer(ObjectDeserializer<EmailAttachment.Builder> op)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
-
-
Constructor Details
-
EmailAttachment
-
-
Method Details
-
_kind
Description copied from interface:TaggedUnionGet the of the kind of variant held by this object.- Specified by:
_kindin interfaceTaggedUnion<EmailAttachment.Kind,java.lang.Object>- Returns:
- the variant kind
-
_get
public final java.lang.Object _get()- Specified by:
_getin interfaceTaggedUnion<EmailAttachment.Kind,java.lang.Object>
-
of
public static EmailAttachment of(java.util.function.Function<EmailAttachment.Builder,ObjectBuilder<EmailAttachment>> fn) -
isHttp
public boolean isHttp()Is this variant instance of kindhttp? -
http
Get thehttpvariant value.- Throws:
java.lang.IllegalStateException- if the current variant is not of thehttpkind.
-
isReporting
public boolean isReporting()Is this variant instance of kindreporting? -
reporting
Get thereportingvariant value.- Throws:
java.lang.IllegalStateException- if the current variant is not of thereportingkind.
-
isData
public boolean isData()Is this variant instance of kinddata? -
data
Get thedatavariant value.- Throws:
java.lang.IllegalStateException- if the current variant is not of thedatakind.
-
serialize
- Specified by:
serializein interfaceJsonpSerializable
-
setupEmailAttachmentDeserializer
protected static void setupEmailAttachmentDeserializer(ObjectDeserializer<EmailAttachment.Builder> op)
-