azure-docs-sdk-java/docs-ref-autogen/com.azure.core.util.paging....

38 строки
2.0 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.core.util.paging.PageRetriever"
fullName: "com.azure.core.util.paging.PageRetriever<C,P>"
name: "PageRetriever<C,P>"
nameWithType: "PageRetriever<C,P>"
summary: "This class handles retrieving pages."
syntax: "public interface **PageRetriever<C,P>**"
methods:
- uid: "com.azure.core.util.paging.PageRetriever.get(C,java.lang.Integer)"
fullName: "com.azure.core.util.paging.PageRetriever<C,P>.get(C continuationToken, Integer pageSize)"
name: "get(C continuationToken, Integer pageSize)"
nameWithType: "PageRetriever<C,P>.get(C continuationToken, Integer pageSize)"
summary: "Retrieves one or more pages starting from the page identified by the given continuation token."
modifiers:
- "abstract"
parameters:
- description: "Token identifying which page to retrieve, passing <code>null</code> indicates to retrieve\n the first page."
name: "continuationToken"
type: "<xref href=\"C?alt=C&text=C\" data-throw-if-not-resolved=\"False\" />"
- description: "The number of items to retrieve per page, passing <code>null</code> will use the source's default\n page size."
name: "pageSize"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public abstract Flux<P> get(C continuationToken, Integer pageSize)"
desc: "Retrieves one or more pages starting from the page identified by the given continuation token."
returns:
description: "A <xref uid=\"reactor.core.publisher.Flux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Flux\"></xref> that emits one or more pages."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a>&lt;<xref href=\"P?alt=P&text=P\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
typeParameters:
- description: "Type of the continuation token."
name: "C"
- description: "the page elements type"
name: "P"
desc: "This class handles retrieving pages."
metadata: {}
package: "com.azure.core.util.paging"
artifact: com.azure:azure-core:1.52.0