Class CreativeServiceClient.ListCreativesPage (0.4.0)

public static class CreativeServiceClient.ListCreativesPage extends AbstractPage<ListCreativesRequest,ListCreativesResponse,Creative,CreativeServiceClient.ListCreativesPage>

Inheritance

java.lang.Object > AbstractPage > CreativeServiceClient.ListCreativesPage

Methods

createPage(PageContext<ListCreativesRequest,ListCreativesResponse,Creative> context, ListCreativesResponse response)

protected CreativeServiceClient.ListCreativesPage createPage(PageContext<ListCreativesRequest,ListCreativesResponse,Creative> context, ListCreativesResponse response)
Parameters
Name Description
context PageContext<ListCreativesRequest,ListCreativesResponse,Creative>
response ListCreativesResponse
Returns
Type Description
CreativeServiceClient.ListCreativesPage
Overrides

createPageAsync(PageContext<ListCreativesRequest,ListCreativesResponse,Creative> context, ApiFuture<ListCreativesResponse> futureResponse)

public ApiFuture<CreativeServiceClient.ListCreativesPage> createPageAsync(PageContext<ListCreativesRequest,ListCreativesResponse,Creative> context, ApiFuture<ListCreativesResponse> futureResponse)
Parameters
Name Description
context PageContext<ListCreativesRequest,ListCreativesResponse,Creative>
futureResponse ApiFuture<ListCreativesResponse>
Returns
Type Description
ApiFuture<ListCreativesPage>
Overrides