java.lang.Object
com.genologics.ri.file.ClarityFiles
- All Implemented Interfaces:
Batch<FileLink>,PaginatedBatch<FileLink>,Serializable,Iterable<FileLink>
The representation for a list of file 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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFiles()getList()intgetSize()iterator()voidsetNextPage(Page nextPage) voidsetPreviousPage(Page previousPage) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
files
-
previousPage
-
nextPage
-
-
Constructor Details
-
ClarityFiles
public ClarityFiles()
-
-
Method Details
-
getFiles
-
getList
-
iterator
-
getSize
public int getSize() -
getPreviousPage
- Specified by:
getPreviousPagein interfacePaginatedBatch<FileLink>
-
setPreviousPage
- Specified by:
setPreviousPagein interfacePaginatedBatch<FileLink>
-
getNextPage
- Specified by:
getNextPagein interfacePaginatedBatch<FileLink>
-
setNextPage
- Specified by:
setNextPagein interfacePaginatedBatch<FileLink>
-