Class ResetFeaturesRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.features.ResetFeaturesRequest
public class ResetFeaturesRequest extends RequestBase
Resets the internal state of features, usually by deleting system indices
- See Also:
- API specification
-
Nested Class Summary
Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static Endpoint<ResetFeaturesRequest,ResetFeaturesResponse,ErrorResponse>_ENDPOINTEndpoint "features.reset_features".static ResetFeaturesRequest_INSTANCESingleton instance forResetFeaturesRequest. -
Constructor Summary
Constructors Constructor Description ResetFeaturesRequest() -
Method Summary
Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_INSTANCE
Singleton instance forResetFeaturesRequest. -
_ENDPOINT
Endpoint "features.reset_features".
-
-
Constructor Details
-
ResetFeaturesRequest
public ResetFeaturesRequest()
-