
Uses of Interface
ca.uhn.fhir.rest.gclient.IGetPageTyped
Packages that use IGetPageTyped
-
Uses of IGetPageTyped in ca.uhn.fhir.rest.gclient
Methods in ca.uhn.fhir.rest.gclient that return IGetPageTypedModifier 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.