### YamlMime:JavaType uid: "com.azure.core.util.paging.PageRetriever" fullName: "com.azure.core.util.paging.PageRetriever" name: "PageRetriever" nameWithType: "PageRetriever" summary: "This class handles retrieving pages." syntax: "public interface **PageRetriever**" methods: - uid: "com.azure.core.util.paging.PageRetriever.get(C,java.lang.Integer)" fullName: "com.azure.core.util.paging.PageRetriever.get(C continuationToken, Integer pageSize)" name: "get(C continuationToken, Integer pageSize)" nameWithType: "PageRetriever.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 null indicates to retrieve\n the first page." name: "continuationToken" type: "" - description: "The number of items to retrieve per page, passing null will use the source's default\n page size." name: "pageSize" type: "Integer" syntax: "public abstract Flux

get(C continuationToken, Integer pageSize)" desc: "Retrieves one or more pages starting from the page identified by the given continuation token." returns: description: "A that emits one or more pages." type: "Flux<>" 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