2020-12-04 14:02:06 +03:00
|
|
|
### YamlMime:JavaType
|
|
|
|
uid: "com.azure.core.http.rest.Page"
|
|
|
|
fullName: "com.azure.core.http.rest.Page<T>"
|
|
|
|
name: "Page<T>"
|
|
|
|
nameWithType: "Page<T>"
|
|
|
|
summary: "Represents a paginated REST response from the service."
|
|
|
|
syntax: "public interface Page<T> extends ContinuablePage<String,T>"
|
|
|
|
methods:
|
|
|
|
- "com.azure.core.http.rest.Page.getItems()"
|
|
|
|
type: "interface"
|
|
|
|
typeParameters:
|
|
|
|
- name: "T"
|
|
|
|
implements:
|
|
|
|
- "<xref href=\"com.azure.core.util.paging.ContinuablePage?alt=com.azure.core.util.paging.ContinuablePage&text=ContinuablePage\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />>"
|
|
|
|
metadata: {}
|
|
|
|
package: "com.azure.core.http.rest"
|
2022-08-10 05:41:55 +03:00
|
|
|
artifact: com.azure:azure-core:1.31.0
|