Class Instruments

java.lang.Object
com.genologics.ri.instrument.Instruments
All Implemented Interfaces:
Batch<InstrumentLink>, PaginatedBatch<InstrumentLink>, Serializable, Iterable<InstrumentLink>

public class Instruments extends Object implements PaginatedBatch<InstrumentLink>, Serializable
The representation of a list of instrument links.

The system enforces a maximum number of elements when generating the list of links. When the size of the request result set is larger than the system maximum, the list represents a paged view of the overall results, and the previous-page and next-page elements provide URIs linking to the previous or next page of links in the overall results.

See Also:
  • Field Details

    • instruments

      protected List<InstrumentLink> instruments
      The list of instrument links.
    • previousPage

      protected Page previousPage
      The previous page reference.
    • nextPage

      protected Page nextPage
      The next page reference.
  • Constructor Details

    • Instruments

      public Instruments()
      Default constructor.
  • Method Details