你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Page<T> Interface

Type Parameters

T

Type of items in the page response.

Implements

public interface Page
extends ContinuablePage<String,T>

Represents a paginated REST response from the service.

Method Summary

Modifier and Type Method and Description
default List<T> getItems()

Deprecated

use #getElements().

Get list of elements in the page.

Method Details

getItems

@Deprecated
public default List getItems()

Deprecated

use #getElements().

Get list of elements in the page.

Returns:

the page elements

Applies to