[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This webpage provides documentation for the `PageContext` class within the Google API Client Library for Java, specifically for version 2.15.0, and includes links to documentation for numerous other versions, up to 2.63.1, which is the latest."],["`PageContext` is an abstract class used for managing paged API calls, and its core function is defined by a generic type, `PageContext\u003cRequestT,ResponseT,ResourceT\u003e`, indicating the types for request, response, and resource elements."],["The class offers static and abstract methods, including `create`, `getCallContext`, `getCallable`, `getPageDescriptor`, `getRequest`, and `withRequest`, which facilitate the management of API calls, call context, and the related descriptors."],["`PageContext` inherits from `java.lang.Object`, carrying all the standard methods associated with it such as `equals()`, `hashCode()`, and `toString()`, among others."],["The documentation provides a detailed breakdown of the parameters and return types for the class's `create()` method, which constructs a new `PageContext` instance, and its abstract methods that facilitate managing API interactions."]]],[]]