| Package | Description |
|---|---|
| com.microsoft.azure |
The package contains the runtime classes required for AutoRest generated
Azure clients to compile and function.
|
| Modifier and Type | Method and Description |
|---|---|
Page<E> |
PagedList.currentPage()
Gets the latest page fetched.
|
abstract Page<E> |
PagedList.nextPage(String nextPageLink)
Override this method to load the next page of items from a next page link.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PagedList.setCurrentPage(Page<E> currentPage)
Sets the current page.
|
| Modifier and Type | Method and Description |
|---|---|
static <E,V> ServiceFuture<List<E>> |
AzureServiceFuture.fromHeaderPageResponse(rx.Observable<ServiceResponseWithHeaders<Page<E>,V>> first,
rx.functions.Func1<String,rx.Observable<ServiceResponseWithHeaders<Page<E>,V>>> next,
ListOperationCallback<E> callback)
Creates a ServiceCall from a paging operation that returns a header response.
|
static <E,V> ServiceFuture<List<E>> |
AzureServiceFuture.fromHeaderPageResponse(rx.Observable<ServiceResponseWithHeaders<Page<E>,V>> first,
rx.functions.Func1<String,rx.Observable<ServiceResponseWithHeaders<Page<E>,V>>> next,
ListOperationCallback<E> callback)
Creates a ServiceCall from a paging operation that returns a header response.
|
static <E> ServiceFuture<List<E>> |
AzureServiceFuture.fromPageResponse(rx.Observable<ServiceResponse<Page<E>>> first,
rx.functions.Func1<String,rx.Observable<ServiceResponse<Page<E>>>> next,
ListOperationCallback<E> callback)
Creates a ServiceCall from a paging operation.
|
static <E> ServiceFuture<List<E>> |
AzureServiceFuture.fromPageResponse(rx.Observable<ServiceResponse<Page<E>>> first,
rx.functions.Func1<String,rx.Observable<ServiceResponse<Page<E>>>> next,
ListOperationCallback<E> callback)
Creates a ServiceCall from a paging operation.
|
| Constructor and Description |
|---|
PagedList(Page<E> page)
Creates an instance of PagedList from a
Page response. |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/