| Package | Description |
|---|---|
| ca.uhn.fhir.rest.gclient |
| Modifier and Type | Method and Description |
|---|---|
<T extends IBaseBundle> |
IGetPageUntyped.andReturnBundle(Class<T> theBundleType)
Return a Bundle resource of the given type
|
IGetPageTyped<Bundle> |
IGetPageUntyped.andReturnDstu1Bundle()
Return a DSTU1 Atom feed
|
IGetPageTyped<Bundle> |
IGetPage.next(Bundle theBundle)
Load the next page of results using the link with relation "next" in the bundle.
|
<T extends IBaseBundle> |
IGetPage.next(T theBundle)
Load the next page of results using the link with relation "next" in the bundle.
|
IGetPageTyped<Bundle> |
IGetPage.previous(Bundle theBundle)
Load the previous page of results using the link with relation "previous" in the bundle.
|
<T extends IBaseBundle> |
IGetPage.previous(T theBundle)
Load the previous page of results using the link with relation "prev" in the bundle.
|
IGetPageTyped<Bundle> |
IGetPage.url(String thePageUrl)
Deprecated.
Use
IGetPage.byUrl(String) instead |
Copyright © 2014–2016 University Health Network. All rights reserved.