Class FilteredCollectionsRest

All Implemented Interfaces:
Serializable, RestModel

public class FilteredCollectionsRest extends BaseObjectRest<String>
This class serves as a REST representation of a Filtered Collections Report. The name must match that of the associated resource class (FilteredCollectionsResource) except for the suffix. This is why it is not named something like FilteredCollectionsReportRest.
Author:
Jean-François Morin (Université Laval)
See Also:
  • Field Details

    • NAME

      public static final String NAME
      Type of instances of this class, used by the DSpace REST infrastructure
      See Also:
    • CATEGORY

      public static final String CATEGORY
      Category of instances of this class, used by the DSpace REST infrastructure
      See Also:
  • Constructor Details

    • FilteredCollectionsRest

      public FilteredCollectionsRest()
  • Method Details