Class ApiHubClient.ListAttributesPage (0.2.0)

public static class ApiHubClient.ListAttributesPage extends AbstractPage<ListAttributesRequest,ListAttributesResponse,Attribute,ApiHubClient.ListAttributesPage>

Inheritance

java.lang.Object > AbstractPage > ApiHubClient.ListAttributesPage

Methods

createPage(PageContext<ListAttributesRequest,ListAttributesResponse,Attribute> context, ListAttributesResponse response)

protected ApiHubClient.ListAttributesPage createPage(PageContext<ListAttributesRequest,ListAttributesResponse,Attribute> context, ListAttributesResponse response)
Parameters
Name Description
context PageContext<ListAttributesRequest,ListAttributesResponse,Attribute>
response ListAttributesResponse
Returns
Type Description
ApiHubClient.ListAttributesPage
Overrides

createPageAsync(PageContext<ListAttributesRequest,ListAttributesResponse,Attribute> context, ApiFuture<ListAttributesResponse> futureResponse)

public ApiFuture<ApiHubClient.ListAttributesPage> createPageAsync(PageContext<ListAttributesRequest,ListAttributesResponse,Attribute> context, ApiFuture<ListAttributesResponse> futureResponse)
Parameters
Name Description
context PageContext<ListAttributesRequest,ListAttributesResponse,Attribute>
futureResponse ApiFuture<ListAttributesResponse>
Returns
Type Description
ApiFuture<ListAttributesPage>
Overrides