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.
Modifier and Type | Method and Description |
---|---|
default List<T> |
get Deprecated
use #getElements().
Get list of elements in the page. |
getItems
@Deprecated
public default List
Deprecated
use #getElements().
Get list of elements in the page.
Returns:
the page elements
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java feedback
Azure SDK for Java is an open source project. Select a link to provide feedback: