[[["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 in the Google API Client Libraries for Java, specifically for version 2.45.0, and includes links to documentation for various other versions."],["The `PageContext` class is an abstract class that serves as the context for a page call, with type parameters `RequestT`, `ResponseT`, and `ResourceT`, which are defined as generic types."],["The class `PageContext` extends `java.lang.Object` and inherits methods such as `clone()`, `equals()`, and `toString()`, among others, from the parent object."],["A static method `create` is available to instantiate a `PageContext`, which accepts parameters such as `callable`, `pageDescriptor`, `request`, and `callContext` to setup the context."],["`PageContext` also provides abstract methods like `getCallContext()`, `getCallable()`, `getPageDescriptor()`, and `getRequest()` to access relevant information, as well as a `withRequest()` method to modify the request."]]],[]]