33 строки
2.3 KiB
YAML
33 строки
2.3 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.core.http.rest.PagedResponse"
|
|
fullName: "com.azure.core.http.rest.PagedResponse<T>"
|
|
name: "PagedResponse<T>"
|
|
nameWithType: "PagedResponse<T>"
|
|
summary: "Response of a REST API that returns page."
|
|
syntax: "public interface **PagedResponse<T>**</br> extends <xref href=\"com.azure.core.http.rest.Page?alt=com.azure.core.http.rest.Page&text=Page\" data-throw-if-not-resolved=\"False\" /><<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />>>, <a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html\">Closeable</a>"
|
|
methods:
|
|
- uid: "com.azure.core.http.rest.PagedResponse.getValue()"
|
|
fullName: "com.azure.core.http.rest.PagedResponse<T>.getValue()"
|
|
name: "getValue()"
|
|
nameWithType: "PagedResponse<T>.getValue()"
|
|
summary: "Returns the items in the page."
|
|
modifiers:
|
|
- "default"
|
|
syntax: "public default List<T> getValue()"
|
|
desc: "Returns the items in the page."
|
|
returns:
|
|
description: "The items in the page."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
typeParameters:
|
|
- description: "The type of items in the page."
|
|
name: "T"
|
|
desc: "Response of a REST API that returns page."
|
|
implements:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html\">Closeable</a>"
|
|
- "<xref href=\"com.azure.core.http.rest.Page?alt=com.azure.core.http.rest.Page&text=Page\" data-throw-if-not-resolved=\"False\" /><<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />>>"
|
|
metadata: {}
|
|
package: "com.azure.core.http.rest"
|
|
artifact: com.azure:azure-core:1.54.0
|