Class CloudChannelServiceClient.ListEntitlementsPage (3.3.1)

public static class CloudChannelServiceClient.ListEntitlementsPage extends AbstractPage<ListEntitlementsRequest,ListEntitlementsResponse,Entitlement,CloudChannelServiceClient.ListEntitlementsPage>

Inheritance

java.lang.Object > AbstractPage > CloudChannelServiceClient.ListEntitlementsPage

Methods

createPage(PageContext<ListEntitlementsRequest,ListEntitlementsResponse,Entitlement> context, ListEntitlementsResponse response)

protected CloudChannelServiceClient.ListEntitlementsPage createPage(PageContext<ListEntitlementsRequest,ListEntitlementsResponse,Entitlement> context, ListEntitlementsResponse response)
Parameters
NameDescription
contextPageContext<ListEntitlementsRequest,ListEntitlementsResponse,Entitlement>
responseListEntitlementsResponse
Returns
TypeDescription
CloudChannelServiceClient.ListEntitlementsPage
Overrides

createPageAsync(PageContext<ListEntitlementsRequest,ListEntitlementsResponse,Entitlement> context, ApiFuture<ListEntitlementsResponse> futureResponse)

public ApiFuture<CloudChannelServiceClient.ListEntitlementsPage> createPageAsync(PageContext<ListEntitlementsRequest,ListEntitlementsResponse,Entitlement> context, ApiFuture<ListEntitlementsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListEntitlementsRequest,ListEntitlementsResponse,Entitlement>
futureResponseApiFuture<ListEntitlementsResponse>
Returns
TypeDescription
ApiFuture<ListEntitlementsPage>
Overrides