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