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

38 строки
1.9 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.core.util.paging.PageRetrieverSync"
fullName: "com.azure.core.util.paging.PageRetrieverSync<C,P>"
name: "PageRetrieverSync<C,P>"
nameWithType: "PageRetrieverSync<C,P>"
summary: "This class handles retrieving page synchronously."
syntax: "public interface **PageRetrieverSync<C,P>**"
methods:
- uid: "com.azure.core.util.paging.PageRetrieverSync.getPage(C,java.lang.Integer)"
fullName: "com.azure.core.util.paging.PageRetrieverSync<C,P>.getPage(C continuationToken, Integer pageSize)"
name: "getPage(C continuationToken, Integer pageSize)"
nameWithType: "PageRetrieverSync<C,P>.getPage(C continuationToken, Integer pageSize)"
summary: "Retrieves one 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 P getPage(C continuationToken, Integer pageSize)"
desc: "Retrieves one starting from the page identified by the given continuation token."
returns:
description: "A page of elements type <P>."
type: "<xref href=\"P?alt=P&text=P\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
typeParameters:
- description: "Type of the continuation token."
name: "C"
- description: "the page elements type"
name: "P"
desc: "This class handles retrieving page synchronously."
metadata: {}
package: "com.azure.core.util.paging"
artifact: com.azure:azure-core:1.52.0