public class ValidateQueryAction extends Action<ValidateQueryRequest,ValidateQueryResponse,ValidateQueryRequestBuilder>
| Modifier and Type | Field | Description |
|---|---|---|
static ValidateQueryAction |
INSTANCE |
|
static java.lang.String |
NAME |
| Modifier and Type | Method | 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, transportOptionspublic static final ValidateQueryAction INSTANCE
public static final java.lang.String NAME
public ValidateQueryResponse newResponse()
GenericActionnewResponse in class GenericAction<ValidateQueryRequest,ValidateQueryResponse>public ValidateQueryRequestBuilder newRequestBuilder(ElasticsearchClient client)
ActionnewRequestBuilder in class Action<ValidateQueryRequest,ValidateQueryResponse,ValidateQueryRequestBuilder>