Class GetRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.license.GetRequest
All Implemented Interfaces:
ElasticsearchCommonRequest

public final class GetRequest
extends RequestBase
  • Field Details

  • Constructor Details

  • Method Details

    • acceptEnterprise

      @Nullable public java.lang.Boolean acceptEnterprise()
      If the active license is an enterprise license, return type as 'enterprise' (default: false)

      API name: accept_enterprise

    • local

      @Nullable public java.lang.Boolean local()
      Return local information, do not retrieve the state from master node (default: false)

      API name: local