Class EmailAction.Attachment
- java.lang.Object
-
- com.floragunn.signals.watch.action.handlers.email.EmailAction.Attachment
-
- All Implemented Interfaces:
org.elasticsearch.xcontent.ToXContent,org.elasticsearch.xcontent.ToXContentObject
- Enclosing class:
- EmailAction
public static class EmailAction.Attachment extends Object implements org.elasticsearch.xcontent.ToXContentObject
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEmailAction.Attachment.AttachmentType
-
Constructor Summary
Constructors Constructor Description Attachment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpClientConfiggetHttpClientConfig()HttpRequestConfiggetRequestConfig()EmailAction.Attachment.AttachmentTypegetType()voidsetHttpClientConfig(HttpClientConfig httpClientConfig)voidsetRequestConfig(HttpRequestConfig requestConfig)voidsetType(EmailAction.Attachment.AttachmentType type)org.elasticsearch.xcontent.XContentBuildertoXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params)
-
-
-
Method Detail
-
getHttpClientConfig
public HttpClientConfig getHttpClientConfig()
-
setHttpClientConfig
public void setHttpClientConfig(HttpClientConfig httpClientConfig)
-
getRequestConfig
public HttpRequestConfig getRequestConfig()
-
setRequestConfig
public void setRequestConfig(HttpRequestConfig requestConfig)
-
getType
public EmailAction.Attachment.AttachmentType getType()
-
setType
public void setType(EmailAction.Attachment.AttachmentType type)
-
toXContent
public org.elasticsearch.xcontent.XContentBuilder toXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) throws IOException- Specified by:
toXContentin interfaceorg.elasticsearch.xcontent.ToXContent- Throws:
IOException
-
-