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