Class TypesExistsRequestBuilder


@Deprecated
public class TypesExistsRequestBuilder
extends MasterNodeReadOperationRequestBuilder<TypesExistsRequest,​TypesExistsResponse,​TypesExistsRequestBuilder>
Deprecated.
A builder for TypesExistsRequest.
  • Constructor Details

    • TypesExistsRequestBuilder

      public TypesExistsRequestBuilder​(ElasticsearchClient client, TypesExistsAction action, java.lang.String... indices)
      Deprecated.
      Parameters:
      indices - What indices to check for types
  • Method Details

    • setIndices

      public TypesExistsRequestBuilder setIndices​(java.lang.String[] indices)
      Deprecated.
      Parameters:
      indices - What indices to check for types
    • setTypes

      public TypesExistsRequestBuilder setTypes​(java.lang.String... types)
      Deprecated.
      Parameters:
      types - The types to check if they exist
    • setIndicesOptions

      public TypesExistsRequestBuilder setIndicesOptions​(IndicesOptions indicesOptions)
      Deprecated.
      Parameters:
      indicesOptions - Specifies how to resolve indices that aren't active / ready and indices wildcard expressions