public interface IGetPage
| Modifier and Type | Method and Description |
|---|---|
IGetPageUntyped |
byUrl(String thePageUrl)
Load a page of results using the a given URL and return a DSTU1 Atom bundle
|
<T extends IBaseBundle> |
next(T theBundle)
Load the next page of results using the link with relation "next" in the bundle.
|
<T extends IBaseBundle> |
previous(T theBundle)
Load the previous page of results using the link with relation "prev" in the bundle.
|
<T extends IBaseBundle> IGetPageTyped<T> next(T theBundle)
<T extends IBaseBundle> IGetPageTyped<T> previous(T theBundle)
IGetPageUntyped byUrl(String thePageUrl)
Copyright © 2014–2019 University Health Network. All rights reserved.