java.lang.Object
com.genologics.ri.containertype.ContainerTypes
- All Implemented Interfaces:
Batch<ContainerTypeLink>,PaginatedBatch<ContainerTypeLink>,Serializable,Iterable<ContainerTypeLink>
public class ContainerTypes
extends Object
implements PaginatedBatch<ContainerTypeLink>, Serializable
The representation for a list of container type 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 TypeMethodDescriptiongetList()intgetSize()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
-
containerTypes
-
previousPage
-
nextPage
-
-
Constructor Details
-
ContainerTypes
public ContainerTypes()
-
-
Method Details
-
getContainerTypes
-
getList
- Specified by:
getListin interfaceBatch<ContainerTypeLink>
-
getSize
public int getSize()- Specified by:
getSizein interfaceBatch<ContainerTypeLink>
-
getPreviousPage
- Specified by:
getPreviousPagein interfacePaginatedBatch<ContainerTypeLink>
-
setPreviousPage
- Specified by:
setPreviousPagein interfacePaginatedBatch<ContainerTypeLink>
-
getNextPage
- Specified by:
getNextPagein interfacePaginatedBatch<ContainerTypeLink>
-
setNextPage
- Specified by:
setNextPagein interfacePaginatedBatch<ContainerTypeLink>
-