Class ExistsTypeRequest.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch._types.RequestBase.AbstractBuilder<ExistsTypeRequest.Builder>
co.elastic.clients.elasticsearch.indices.ExistsTypeRequest.Builder
- All Implemented Interfaces:
WithJson<ExistsTypeRequest.Builder>,ObjectBuilder<ExistsTypeRequest>
- Enclosing class:
- ExistsTypeRequest
@Deprecated
public static class ExistsTypeRequest.Builder
extends RequestBase.AbstractBuilder<ExistsTypeRequest.Builder>
implements ObjectBuilder<ExistsTypeRequest>
Deprecated.
Builder for
ExistsTypeRequest.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallowNoIndices(Boolean value) Deprecated.Whether to ignore if a wildcard indices expression resolves into no concrete indices.build()Deprecated.Builds aExistsTypeRequest.expandWildcards(ExpandWildcard value, ExpandWildcard... values) Deprecated.Whether to expand wildcard expression to concrete indices that are open, closed or both.expandWildcards(List<ExpandWildcard> list) Deprecated.Whether to expand wildcard expression to concrete indices that are open, closed or both.ignoreUnavailable(Boolean value) Deprecated.Whether specified concrete indices should be ignored when unavailable (missing or closed)Deprecated.Required - A comma-separated list of index names; use_allto check the types across all indicesDeprecated.Required - A comma-separated list of index names; use_allto check the types across all indicesDeprecated.Return local information, do not retrieve the state from master node (default: false)protected ExistsTypeRequest.Builderself()Deprecated.Deprecated.Required - A comma-separated list of document types to checkDeprecated.Required - A comma-separated list of document types to checkMethods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()Deprecated.
-
-
Method Details
-
allowNoIndices
Deprecated.Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes_allstring or when no indices have been specified)API name:
allow_no_indices -
expandWildcards
Deprecated.Whether to expand wildcard expression to concrete indices that are open, closed or both.API name:
expand_wildcardsAdds all elements of
listtoexpandWildcards. -
expandWildcards
public final ExistsTypeRequest.Builder expandWildcards(ExpandWildcard value, ExpandWildcard... values) Deprecated.Whether to expand wildcard expression to concrete indices that are open, closed or both.API name:
expand_wildcardsAdds one or more values to
expandWildcards. -
index
Deprecated.Required - A comma-separated list of index names; use_allto check the types across all indicesAPI name:
indexAdds all elements of
listtoindex. -
index
Deprecated.Required - A comma-separated list of index names; use_allto check the types across all indicesAPI name:
indexAdds one or more values to
index. -
local
Deprecated.Return local information, do not retrieve the state from master node (default: false)API name:
local -
type
Deprecated.Required - A comma-separated list of document types to checkAPI name:
typeAdds all elements of
listtotype. -
type
Deprecated.Required - A comma-separated list of document types to checkAPI name:
typeAdds one or more values to
type. -
self
Deprecated.- Specified by:
selfin classRequestBase.AbstractBuilder<ExistsTypeRequest.Builder>
-
build
Deprecated.Builds aExistsTypeRequest.- Specified by:
buildin interfaceObjectBuilder<ExistsTypeRequest>- Throws:
NullPointerException- if some of the required fields are null.
-