Uses of Interface
ca.uhn.fhir.rest.gclient.IGetPageTyped
-
Packages that use IGetPageTyped Package Description ca.uhn.fhir.rest.gclient -
-
Uses of IGetPageTyped in ca.uhn.fhir.rest.gclient
Methods in ca.uhn.fhir.rest.gclient that return IGetPageTyped Modifier and Type Method Description <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.
-