public static interface PagedFeedIterator.WebResourceProvider
WebResources to use for fetching paged feed documents.| Modifier and Type | Method and Description |
|---|---|
com.sun.jersey.api.client.WebResource |
provide(com.sun.jersey.api.client.Client client,
org.gedcomx.common.URI uri)
Provide the
WebResource to use for fetching a paged feed document. |
com.sun.jersey.api.client.WebResource provide(com.sun.jersey.api.client.Client client,
org.gedcomx.common.URI uri)
WebResource to use for fetching a paged feed document.client - the configured client to useuri - the specified URI for the first, last, previous, and/or next paged feed
documentWebResource for acquiring the desired paged feed documentCopyright © 2020. All rights reserved.