Class RequestedPage

java.lang.Object
ca.uhn.fhir.rest.server.method.RequestedPage

public class RequestedPage extends Object
This is an intermediate record object that holds the offset and limit (count) the user requested for the page of results.
  • Field Details

    • offset

      public final Integer offset
      The search results offset requested by the user
    • limit

      public final Integer limit
      The number of results starting from the offset requested by the user
  • Constructor Details