Class UserListGlobalLicenseServiceClient.ListUserListGlobalLicenseCustomerInfosPage (0.8.0)

public static class UserListGlobalLicenseServiceClient.ListUserListGlobalLicenseCustomerInfosPage extends AbstractPage<ListUserListGlobalLicenseCustomerInfosRequest,ListUserListGlobalLicenseCustomerInfosResponse,UserListGlobalLicenseCustomerInfo,UserListGlobalLicenseServiceClient.ListUserListGlobalLicenseCustomerInfosPage>

Inheritance

java.lang.Object > AbstractPage > UserListGlobalLicenseServiceClient.ListUserListGlobalLicenseCustomerInfosPage

Methods

createPage(PageContext<ListUserListGlobalLicenseCustomerInfosRequest,ListUserListGlobalLicenseCustomerInfosResponse,UserListGlobalLicenseCustomerInfo> context, ListUserListGlobalLicenseCustomerInfosResponse response)

protected UserListGlobalLicenseServiceClient.ListUserListGlobalLicenseCustomerInfosPage createPage(PageContext<ListUserListGlobalLicenseCustomerInfosRequest,ListUserListGlobalLicenseCustomerInfosResponse,UserListGlobalLicenseCustomerInfo> context, ListUserListGlobalLicenseCustomerInfosResponse response)
Parameters
Name Description
context PageContext<ListUserListGlobalLicenseCustomerInfosRequest,ListUserListGlobalLicenseCustomerInfosResponse,UserListGlobalLicenseCustomerInfo>
response ListUserListGlobalLicenseCustomerInfosResponse
Returns
Type Description
UserListGlobalLicenseServiceClient.ListUserListGlobalLicenseCustomerInfosPage
Overrides

createPageAsync(PageContext<ListUserListGlobalLicenseCustomerInfosRequest,ListUserListGlobalLicenseCustomerInfosResponse,UserListGlobalLicenseCustomerInfo> context, ApiFuture<ListUserListGlobalLicenseCustomerInfosResponse> futureResponse)

public ApiFuture<UserListGlobalLicenseServiceClient.ListUserListGlobalLicenseCustomerInfosPage> createPageAsync(PageContext<ListUserListGlobalLicenseCustomerInfosRequest,ListUserListGlobalLicenseCustomerInfosResponse,UserListGlobalLicenseCustomerInfo> context, ApiFuture<ListUserListGlobalLicenseCustomerInfosResponse> futureResponse)
Parameters
Name Description
context PageContext<ListUserListGlobalLicenseCustomerInfosRequest,ListUserListGlobalLicenseCustomerInfosResponse,UserListGlobalLicenseCustomerInfo>
futureResponse ApiFuture<ListUserListGlobalLicenseCustomerInfosResponse>
Returns
Type Description
ApiFuture<ListUserListGlobalLicenseCustomerInfosPage>
Overrides