public static class CreativeServiceClient.ListCreativesPage extends AbstractPage<ListCreativesRequest,ListCreativesResponse,Creative,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 |
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> |