Class NetAppClient.ListQuotaRulesPage (0.37.0)

public static class NetAppClient.ListQuotaRulesPage extends AbstractPage<ListQuotaRulesRequest,ListQuotaRulesResponse,QuotaRule,NetAppClient.ListQuotaRulesPage>

Inheritance

java.lang.Object > AbstractPage > NetAppClient.ListQuotaRulesPage

Methods

createPage(PageContext<ListQuotaRulesRequest,ListQuotaRulesResponse,QuotaRule> context, ListQuotaRulesResponse response)

protected NetAppClient.ListQuotaRulesPage createPage(PageContext<ListQuotaRulesRequest,ListQuotaRulesResponse,QuotaRule> context, ListQuotaRulesResponse response)
Parameters
Name Description
context PageContext<ListQuotaRulesRequest,ListQuotaRulesResponse,QuotaRule>
response ListQuotaRulesResponse
Returns
Type Description
NetAppClient.ListQuotaRulesPage
Overrides

createPageAsync(PageContext<ListQuotaRulesRequest,ListQuotaRulesResponse,QuotaRule> context, ApiFuture<ListQuotaRulesResponse> futureResponse)

public ApiFuture<NetAppClient.ListQuotaRulesPage> createPageAsync(PageContext<ListQuotaRulesRequest,ListQuotaRulesResponse,QuotaRule> context, ApiFuture<ListQuotaRulesResponse> futureResponse)
Parameters
Name Description
context PageContext<ListQuotaRulesRequest,ListQuotaRulesResponse,QuotaRule>
futureResponse ApiFuture<ListQuotaRulesResponse>
Returns
Type Description
ApiFuture<ListQuotaRulesPage>
Overrides