Package ca.uhn.fhir.rest.server.method
Class RequestedPage
java.lang.Object
ca.uhn.fhir.rest.server.method.RequestedPage
This is an intermediate record object that holds the offset and limit (count) the user requested for the page of results.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
offset
The search results offset requested by the user -
limit
The number of results starting from the offset requested by the user
-
-
Constructor Details
-
RequestedPage
-