public class ValidateQueryAction extends Action<ValidateQueryRequest,ValidateQueryResponse,ValidateQueryRequestBuilder>
Modifier and Type | Field and Description |
---|---|
static ValidateQueryAction |
INSTANCE |
static java.lang.String |
NAME |
Modifier and Type | Method and Description |
---|---|
ValidateQueryRequestBuilder |
newRequestBuilder(ElasticsearchClient client)
Creates a new request builder given the client provided as argument
|
ValidateQueryResponse |
newResponse()
Creates a new response instance.
|
equals, hashCode, name, transportOptions
public static final ValidateQueryAction INSTANCE
public static final java.lang.String NAME
public ValidateQueryResponse newResponse()
GenericAction
newResponse
in class GenericAction<ValidateQueryRequest,ValidateQueryResponse>
public ValidateQueryRequestBuilder newRequestBuilder(ElasticsearchClient client)
Action
newRequestBuilder
in class Action<ValidateQueryRequest,ValidateQueryResponse,ValidateQueryRequestBuilder>