Class EntityCollection

java.lang.Object
com.loop54.model.response.EntityCollection

public class EntityCollection extends Object
A collection of entities returned by the Loop54 e-commerce search engine.
  • Field Details

    • count

      public int count
      The total number of entities that are available to return after filtering and faceting but before paging.
    • facets

      public List<Facet> facets
      The facets calculated for the result set.
    • items

      public List<Entity> items
      The filtered, faceted, sorted and paged entities.
  • Constructor Details

    • EntityCollection

      public EntityCollection()
  • Method Details