Class UserListGlobalLicenseServiceClient.ListUserListGlobalLicensesPage (0.8.0)

public static class UserListGlobalLicenseServiceClient.ListUserListGlobalLicensesPage extends AbstractPage<ListUserListGlobalLicensesRequest,ListUserListGlobalLicensesResponse,UserListGlobalLicense,UserListGlobalLicenseServiceClient.ListUserListGlobalLicensesPage>

Inheritance

java.lang.Object > AbstractPage > UserListGlobalLicenseServiceClient.ListUserListGlobalLicensesPage

Methods

createPage(PageContext<ListUserListGlobalLicensesRequest,ListUserListGlobalLicensesResponse,UserListGlobalLicense> context, ListUserListGlobalLicensesResponse response)

protected UserListGlobalLicenseServiceClient.ListUserListGlobalLicensesPage createPage(PageContext<ListUserListGlobalLicensesRequest,ListUserListGlobalLicensesResponse,UserListGlobalLicense> context, ListUserListGlobalLicensesResponse response)
Parameters
Name Description
context PageContext<ListUserListGlobalLicensesRequest,ListUserListGlobalLicensesResponse,UserListGlobalLicense>
response ListUserListGlobalLicensesResponse
Returns
Type Description
UserListGlobalLicenseServiceClient.ListUserListGlobalLicensesPage
Overrides

createPageAsync(PageContext<ListUserListGlobalLicensesRequest,ListUserListGlobalLicensesResponse,UserListGlobalLicense> context, ApiFuture<ListUserListGlobalLicensesResponse> futureResponse)

public ApiFuture<UserListGlobalLicenseServiceClient.ListUserListGlobalLicensesPage> createPageAsync(PageContext<ListUserListGlobalLicensesRequest,ListUserListGlobalLicensesResponse,UserListGlobalLicense> context, ApiFuture<ListUserListGlobalLicensesResponse> futureResponse)
Parameters
Name Description
context PageContext<ListUserListGlobalLicensesRequest,ListUserListGlobalLicensesResponse,UserListGlobalLicense>
futureResponse ApiFuture<ListUserListGlobalLicensesResponse>
Returns
Type Description
ApiFuture<ListUserListGlobalLicensesPage>
Overrides