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
Deprecated
use #getElements().
Get list of elements in the page.
Returns:
the page elements
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Java