Class DatastreamClient.ListStreamObjectsPage (1.40.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
NameDescription
contextPageContext<ListStreamObjectsRequest,ListStreamObjectsResponse,StreamObject>
responseListStreamObjectsResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListStreamObjectsRequest,ListStreamObjectsResponse,StreamObject>
futureResponseApiFuture<ListStreamObjectsResponse>
Returns
TypeDescription
ApiFuture<ListStreamObjectsPage>
Overrides