Uses of Interface
ca.uhn.fhir.rest.gclient.IGetPageTyped
-
Uses of IGetPageTyped in ca.uhn.fhir.rest.gclient
Modifier and TypeMethodDescription<T extends IBaseBundle>
IGetPageTyped<T> IGetPageUntyped.andReturnBundle
(Class<T> theBundleType) Return a Bundle resource of the given type<T extends IBaseBundle>
IGetPageTyped<T> IGetPage.next
(T theBundle) Load the next page of results using the link with relation "next" in the bundle.<T extends IBaseBundle>
IGetPageTyped<T> IGetPage.previous
(T theBundle) Load the previous page of results using the link with relation "prev" in the bundle.IGetPageTyped.usingMethod
(PagingHttpMethodEnum thePagingHttpMethod)