public class TypesExistsAction extends IndicesAction<TypesExistsRequest,TypesExistsResponse,TypesExistsRequestBuilder>
| Modifier and Type | Field and Description |
|---|---|
static TypesExistsAction |
INSTANCE |
static String |
NAME |
| Modifier and Type | Method and Description |
|---|---|
TypesExistsRequestBuilder |
newRequestBuilder(IndicesAdminClient client)
Creates a new request builder given the client provided as argument
|
TypesExistsResponse |
newResponse()
Creates a new response instance.
|
equals, hashCode, name, transportOptionspublic static final TypesExistsAction INSTANCE
public static final String NAME
public TypesExistsResponse newResponse()
GenericActionnewResponse in class GenericAction<TypesExistsRequest,TypesExistsResponse>public TypesExistsRequestBuilder newRequestBuilder(IndicesAdminClient client)
ActionnewRequestBuilder in class Action<TypesExistsRequest,TypesExistsResponse,TypesExistsRequestBuilder,IndicesAdminClient>Copyright © 2009–2016. All rights reserved.