Class DeviceCategoryServiceClient.ListDeviceCategoriesPage (0.27.0)

public static class DeviceCategoryServiceClient.ListDeviceCategoriesPage extends AbstractPage<ListDeviceCategoriesRequest,ListDeviceCategoriesResponse,DeviceCategory,DeviceCategoryServiceClient.ListDeviceCategoriesPage>

Inheritance

java.lang.Object > AbstractPage > DeviceCategoryServiceClient.ListDeviceCategoriesPage

Methods

createPage(PageContext<ListDeviceCategoriesRequest,ListDeviceCategoriesResponse,DeviceCategory> context, ListDeviceCategoriesResponse response)

protected DeviceCategoryServiceClient.ListDeviceCategoriesPage createPage(PageContext<ListDeviceCategoriesRequest,ListDeviceCategoriesResponse,DeviceCategory> context, ListDeviceCategoriesResponse response)
Parameters
Name Description
context PageContext<ListDeviceCategoriesRequest,ListDeviceCategoriesResponse,DeviceCategory>
response ListDeviceCategoriesResponse
Returns
Type Description
DeviceCategoryServiceClient.ListDeviceCategoriesPage
Overrides

createPageAsync(PageContext<ListDeviceCategoriesRequest,ListDeviceCategoriesResponse,DeviceCategory> context, ApiFuture<ListDeviceCategoriesResponse> futureResponse)

public ApiFuture<DeviceCategoryServiceClient.ListDeviceCategoriesPage> createPageAsync(PageContext<ListDeviceCategoriesRequest,ListDeviceCategoriesResponse,DeviceCategory> context, ApiFuture<ListDeviceCategoriesResponse> futureResponse)
Parameters
Name Description
context PageContext<ListDeviceCategoriesRequest,ListDeviceCategoriesResponse,DeviceCategory>
futureResponse ApiFuture<ListDeviceCategoriesResponse>
Returns
Type Description
ApiFuture<ListDeviceCategoriesPage>
Overrides