Class ReagentTypes

java.lang.Object
com.genologics.ri.reagenttype.ReagentTypes
All Implemented Interfaces:
Batch<ReagentTypeLink>, PaginatedBatch<ReagentTypeLink>, Serializable, Iterable<ReagentTypeLink>

public class ReagentTypes extends Object implements PaginatedBatch<ReagentTypeLink>, Serializable
The representation for a list of reagent 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: