Class InstrumentTypes

java.lang.Object
com.genologics.ri.instrumenttype.InstrumentTypes
All Implemented Interfaces:
Batch<InstrumentTypeLink>, PaginatedBatch<InstrumentTypeLink>, Serializable, Iterable<InstrumentTypeLink>

public class InstrumentTypes extends Object implements PaginatedBatch<InstrumentTypeLink>, Serializable
The representation of a list of instrument type links.
Since:
2.24
See Also:
  • Field Details

    • instrumentTypes

      protected List<InstrumentTypeLink> instrumentTypes
      The list of instrument type links.
    • previousPage

      protected Page previousPage
      The previous page reference.
      Since:
      2.31
    • nextPage

      protected Page nextPage
      The next page reference.
      Since:
      2.31
  • Constructor Details

    • InstrumentTypes

      public InstrumentTypes()
      Default constructor.
  • Method Details