Class MobileCarrierServiceClient.ListMobileCarriersPage (0.39.0)

public static class MobileCarrierServiceClient.ListMobileCarriersPage extends AbstractPage<ListMobileCarriersRequest,ListMobileCarriersResponse,MobileCarrier,MobileCarrierServiceClient.ListMobileCarriersPage>

Inheritance

java.lang.Object > AbstractPage > MobileCarrierServiceClient.ListMobileCarriersPage

Methods

createPage(PageContext<ListMobileCarriersRequest,ListMobileCarriersResponse,MobileCarrier> context, ListMobileCarriersResponse response)

protected MobileCarrierServiceClient.ListMobileCarriersPage createPage(PageContext<ListMobileCarriersRequest,ListMobileCarriersResponse,MobileCarrier> context, ListMobileCarriersResponse response)
Parameters
Name Description
context PageContext<ListMobileCarriersRequest,ListMobileCarriersResponse,MobileCarrier>
response ListMobileCarriersResponse
Returns
Type Description
MobileCarrierServiceClient.ListMobileCarriersPage
Overrides

createPageAsync(PageContext<ListMobileCarriersRequest,ListMobileCarriersResponse,MobileCarrier> context, ApiFuture<ListMobileCarriersResponse> futureResponse)

public ApiFuture<MobileCarrierServiceClient.ListMobileCarriersPage> createPageAsync(PageContext<ListMobileCarriersRequest,ListMobileCarriersResponse,MobileCarrier> context, ApiFuture<ListMobileCarriersResponse> futureResponse)
Parameters
Name Description
context PageContext<ListMobileCarriersRequest,ListMobileCarriersResponse,MobileCarrier>
futureResponse ApiFuture<ListMobileCarriersResponse>
Returns
Type Description
ApiFuture<ListMobileCarriersPage>
Overrides