public static class WarehouseClient.ViewIndexedAssetsPage extends AbstractPage<ViewIndexedAssetsRequest,ViewIndexedAssetsResponse,IndexedAsset,WarehouseClient.ViewIndexedAssetsPage>
Methods
createPage(PageContext<ViewIndexedAssetsRequest,ViewIndexedAssetsResponse,IndexedAsset> context, ViewIndexedAssetsResponse response)
protected WarehouseClient.ViewIndexedAssetsPage createPage(PageContext<ViewIndexedAssetsRequest,ViewIndexedAssetsResponse,IndexedAsset> context, ViewIndexedAssetsResponse response)
Parameters | |
---|---|
Name | Description |
context |
PageContext<ViewIndexedAssetsRequest,ViewIndexedAssetsResponse,IndexedAsset> |
response |
ViewIndexedAssetsResponse |
Returns | |
---|---|
Type | Description |
WarehouseClient.ViewIndexedAssetsPage |
createPageAsync(PageContext<ViewIndexedAssetsRequest,ViewIndexedAssetsResponse,IndexedAsset> context, ApiFuture<ViewIndexedAssetsResponse> futureResponse)
public ApiFuture<WarehouseClient.ViewIndexedAssetsPage> createPageAsync(PageContext<ViewIndexedAssetsRequest,ViewIndexedAssetsResponse,IndexedAsset> context, ApiFuture<ViewIndexedAssetsResponse> futureResponse)
Parameters | |
---|---|
Name | Description |
context |
PageContext<ViewIndexedAssetsRequest,ViewIndexedAssetsResponse,IndexedAsset> |
futureResponse |
ApiFuture<ViewIndexedAssetsResponse> |
Returns | |
---|---|
Type | Description |
ApiFuture<ViewIndexedAssetsPage> |