T - The type of items in the page.public interface PagedResponse<T> extends Page<T>, Response<List<T>>, Closeable
| Modifier and Type | Method and Description |
|---|---|
default List<T> |
getValue()
Returns the items in the page.
|
getContinuationToken, getElementsgetHeaders, getRequest, getStatusCodeCopyright © 2020 Microsoft Corporation. All rights reserved.