Class DatastreamClient.ListStreamObjectsPage (1.42.0)

public static class DatastreamClient.ListStreamObjectsPage extends AbstractPage<ListStreamObjectsRequest,ListStreamObjectsResponse,StreamObject,DatastreamClient.ListStreamObjectsPage>

Inheritance

java.lang.Object > AbstractPage > DatastreamClient.ListStreamObjectsPage

Methods

createPage(PageContext<ListStreamObjectsRequest,ListStreamObjectsResponse,StreamObject> context, ListStreamObjectsResponse response)

protected DatastreamClient.ListStreamObjectsPage createPage(PageContext<ListStreamObjectsRequest,ListStreamObjectsResponse,StreamObject> context, ListStreamObjectsResponse response)
Parameters
Name Description
context PageContext<ListStreamObjectsRequest,ListStreamObjectsResponse,StreamObject>
response ListStreamObjectsResponse
Returns
Type Description
DatastreamClient.ListStreamObjectsPage
Overrides

createPageAsync(PageContext<ListStreamObjectsRequest,ListStreamObjectsResponse,StreamObject> context, ApiFuture<ListStreamObjectsResponse> futureResponse)

public ApiFuture<DatastreamClient.ListStreamObjectsPage> createPageAsync(PageContext<ListStreamObjectsRequest,ListStreamObjectsResponse,StreamObject> context, ApiFuture<ListStreamObjectsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListStreamObjectsRequest,ListStreamObjectsResponse,StreamObject>
futureResponse ApiFuture<ListStreamObjectsResponse>
Returns
Type Description
ApiFuture<ListStreamObjectsPage>
Overrides