azure-docs-sdk-java/docs-ref-autogen/com.azure.core.http.rest.Pa...

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\" />&lt;<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />&gt;&gt;, <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>&lt;<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />&gt;"
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\" />&lt;<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
metadata: {}
package: "com.azure.core.http.rest"
artifact: com.azure:azure-core:1.54.0