Module org.elasticsearch.xcore
Class NoneInput
java.lang.Object
org.elasticsearch.xpack.core.watcher.input.none.NoneInput
- All Implemented Interfaces:
ToXContent,ToXContentObject,Input
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params -
Field Summary
FieldsFields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY, EMPTY_PARAMS -
Method Summary
Modifier and TypeMethodDescriptionstatic NoneInput.Builderbuilder()static NoneInputparse(String watchId, XContentParser parser) toXContent(XContentBuilder builder, ToXContent.Params params) type()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContentObject
isFragment
-
Field Details
-
TYPE
- See Also:
-
INSTANCE
-
-
Method Details
-
type
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException - Specified by:
toXContentin interfaceToXContent- Throws:
IOException
-
parse
- Throws:
IOException
-
builder
-