| Package | Description |
|---|---|
| com.azure.core.http.rest |
Package containing REST-related APIs.
|
| Modifier and Type | Interface and Description |
|---|---|
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. |
| Constructor and Description |
|---|
PagedResponseBase(HttpRequest request,
int statusCode,
HttpHeaders headers,
Page<T> page,
H deserializedHeaders)
Creates a new instance of the PagedResponseBase type.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.