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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java