- Type Parameters:
L- The type of entity link.
- All Known Implementing Classes:
ArtifactGroups,Artifacts,Automations,ClarityFiles,ClarityProcesses,Containers,ContainerTypes,GlobalTokens,Instruments,InstrumentTypes,Labs,ProcessTemplates,ProcessTypes,Projects,Properties,Queue,ReagentKits,ReagentLots,ReagentTypes,Researchers,Samples,SavedQueries,Udfs,Udts
Interface for objects that hold paginated batches of links to entities.
-
Method Summary
Modifier and TypeMethodDescriptionGets the next page of results.Gets the previous page of results.voidsetNextPage(Page next) Sets the next page of results.voidsetPreviousPage(Page previous) Sets the previous page of results.Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
getPreviousPage
Page getPreviousPage()Gets the previous page of results.- Returns:
- The previous page, or null if there is no previous page.
-
setPreviousPage
Sets the previous page of results.- Parameters:
previous- The previous page.
-
getNextPage
Page getNextPage()Gets the next page of results.- Returns:
- The next page, or null if there is no next page.
-
setNextPage
Sets the next page of results.- Parameters:
next- The next page.
-