Class MatchNoneQuery.Builder
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch._types.query_dsl.QueryBase.AbstractBuilder<MatchNoneQuery.Builder>
org.opensearch.client.opensearch._types.query_dsl.MatchNoneQuery.Builder
- All Implemented Interfaces:
CopyableBuilder<MatchNoneQuery.Builder,,MatchNoneQuery> MutableBuilder<MatchNoneQuery.Builder,,MatchNoneQuery> ObjectBuilder<MatchNoneQuery>
- Enclosing class:
MatchNoneQuery
public static class MatchNoneQuery.Builder
extends QueryBase.AbstractBuilder<MatchNoneQuery.Builder>
implements CopyableBuilder<MatchNoneQuery.Builder,MatchNoneQuery>
Builder for
MatchNoneQuery.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aMatchNoneQuery.copy()Create a new builderCopyableBuilderthat is a copy of this one.protected MatchNoneQuery.Builderself()Methods inherited from class org.opensearch.client.opensearch._types.query_dsl.QueryBase.AbstractBuilder
boost, queryNameMethods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _listCopy, _mapCopy, _mapPut, _mapPutAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.util.MutableBuilder
applyMutation
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
copy
Description copied from interface:CopyableBuilderCreate a new builderCopyableBuilderthat is a copy of this one.- Specified by:
copyin interfaceCopyableBuilder<MatchNoneQuery.Builder,MatchNoneQuery> - Returns:
- a new builder instance.
-
self
- Specified by:
selfin classQueryBase.AbstractBuilder<MatchNoneQuery.Builder>
-
build
Builds aMatchNoneQuery.- Specified by:
buildin interfaceObjectBuilder<MatchNoneQuery>- Throws:
NullPointerException- if some of the required fields are null.
-