Class GetCategoriesResponse

All Implemented Interfaces:
org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject

public class GetCategoriesResponse extends AbstractResultResponse<CategoryDefinition>
A response containing the requested categories
  • Field Details

    • CATEGORIES

      public static final org.elasticsearch.xcontent.ParseField CATEGORIES
    • PARSER

      public static final org.elasticsearch.xcontent.ConstructingObjectParser<GetCategoriesResponse,Void> PARSER
  • Method Details