java.lang.Object
com.genologics.ri.configuration.Udts
- All Implemented Interfaces:
Batch<UdtConfigLink>
,PaginatedBatch<UdtConfigLink>
,Serializable
,Iterable<UdtConfigLink>
The representation of a list of user defined type configuration 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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetLinks()
getList()
int
getSize()
iterator()
void
setNextPage
(Page nextPage) void
setPreviousPage
(Page previousPage) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
udtConfigLinks
-
previousPage
-
nextPage
-
-
Constructor Details
-
Udts
public Udts()
-
-
Method Details
-
getLinks
-
getList
- Specified by:
getList
in interfaceBatch<UdtConfigLink>
-
iterator
- Specified by:
iterator
in interfaceIterable<UdtConfigLink>
-
getSize
public int getSize()- Specified by:
getSize
in interfaceBatch<UdtConfigLink>
-
getPreviousPage
- Specified by:
getPreviousPage
in interfacePaginatedBatch<UdtConfigLink>
-
setPreviousPage
- Specified by:
setPreviousPage
in interfacePaginatedBatch<UdtConfigLink>
-
getNextPage
- Specified by:
getNextPage
in interfacePaginatedBatch<UdtConfigLink>
-
setNextPage
- Specified by:
setNextPage
in interfacePaginatedBatch<UdtConfigLink>
-