| Package | Description |
|---|---|
| com.azure.core.http.rest |
Package containing REST-related APIs.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Page<T>
Represents a paginated REST response from the service.
|
interface |
PagedResponse<T>
Response of a REST API that returns page.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PagedResponseBase<H,T>
Represents an HTTP response that contains a list of items deserialized into a
Page. |
Copyright © 2020 Microsoft Corporation. All rights reserved.