Class ResetFeaturesResponse

java.lang.Object
org.elasticsearch.client.feature.ResetFeaturesResponse

public class ResetFeaturesResponse
extends java.lang.Object
This class represents the response of the Feature State Reset API. It is a list containing the response of every feature whose state can be reset. The response from each feature will indicate success or failure. In the case of a failure, the cause will be returned as well.
  • Constructor Details

    • ResetFeaturesResponse

      public ResetFeaturesResponse​(java.util.List<ResetFeaturesResponse.ResetFeatureStateStatus> features)
      Create a new ResetFeaturesResponse
      Parameters:
      features - A full list of status responses from individual feature reset operations.
  • Method Details