public static class DocumentLinkServiceClient.ListLinkedSourcesPage extends AbstractPage<ListLinkedSourcesRequest,ListLinkedSourcesResponse,DocumentLink,DocumentLinkServiceClient.ListLinkedSourcesPage>
Methods
createPage(PageContext<ListLinkedSourcesRequest,ListLinkedSourcesResponse,DocumentLink> context, ListLinkedSourcesResponse response)
protected DocumentLinkServiceClient.ListLinkedSourcesPage createPage(PageContext<ListLinkedSourcesRequest,ListLinkedSourcesResponse,DocumentLink> context, ListLinkedSourcesResponse response)
Parameters | |
---|---|
Name | Description |
context | PageContext<ListLinkedSourcesRequest,ListLinkedSourcesResponse,DocumentLink> |
response | ListLinkedSourcesResponse |
Returns | |
---|---|
Type | Description |
DocumentLinkServiceClient.ListLinkedSourcesPage |
createPageAsync(PageContext<ListLinkedSourcesRequest,ListLinkedSourcesResponse,DocumentLink> context, ApiFuture<ListLinkedSourcesResponse> futureResponse)
public ApiFuture<DocumentLinkServiceClient.ListLinkedSourcesPage> createPageAsync(PageContext<ListLinkedSourcesRequest,ListLinkedSourcesResponse,DocumentLink> context, ApiFuture<ListLinkedSourcesResponse> futureResponse)
Parameters | |
---|---|
Name | Description |
context | PageContext<ListLinkedSourcesRequest,ListLinkedSourcesResponse,DocumentLink> |
futureResponse | ApiFuture<ListLinkedSourcesResponse> |
Returns | |
---|---|
Type | Description |
ApiFuture<ListLinkedSourcesPage> |