Class MobileDeviceServiceClient.ListMobileDevicesPage (0.39.0)

public static class MobileDeviceServiceClient.ListMobileDevicesPage extends AbstractPage<ListMobileDevicesRequest,ListMobileDevicesResponse,MobileDevice,MobileDeviceServiceClient.ListMobileDevicesPage>

Inheritance

java.lang.Object > AbstractPage > MobileDeviceServiceClient.ListMobileDevicesPage

Methods

createPage(PageContext<ListMobileDevicesRequest,ListMobileDevicesResponse,MobileDevice> context, ListMobileDevicesResponse response)

protected MobileDeviceServiceClient.ListMobileDevicesPage createPage(PageContext<ListMobileDevicesRequest,ListMobileDevicesResponse,MobileDevice> context, ListMobileDevicesResponse response)
Parameters
Name Description
context PageContext<ListMobileDevicesRequest,ListMobileDevicesResponse,MobileDevice>
response ListMobileDevicesResponse
Returns
Type Description
MobileDeviceServiceClient.ListMobileDevicesPage
Overrides

createPageAsync(PageContext<ListMobileDevicesRequest,ListMobileDevicesResponse,MobileDevice> context, ApiFuture<ListMobileDevicesResponse> futureResponse)

public ApiFuture<MobileDeviceServiceClient.ListMobileDevicesPage> createPageAsync(PageContext<ListMobileDevicesRequest,ListMobileDevicesResponse,MobileDevice> context, ApiFuture<ListMobileDevicesResponse> futureResponse)
Parameters
Name Description
context PageContext<ListMobileDevicesRequest,ListMobileDevicesResponse,MobileDevice>
futureResponse ApiFuture<ListMobileDevicesResponse>
Returns
Type Description
ApiFuture<ListMobileDevicesPage>
Overrides