[[["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-08-07 UTC."],[[["\u003cp\u003e\u003ccode\u003eGetResponse<T>\u003c/code\u003e represents the result of a \u003ccode\u003eGetRequest\u003c/code\u003e, containing a list of type \u003ccode\u003eT\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt implements the \u003ccode\u003eIterable<T>\u003c/code\u003e and \u003ccode\u003eSerializable\u003c/code\u003e interfaces, allowing iteration and serialization.\u003c/p\u003e\n"],["\u003cp\u003eThe constructor \u003ccode\u003eGetResponse(List<T> results)\u003c/code\u003e creates an instance with a specified list of \u003ccode\u003eT\u003c/code\u003e objects.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetResults()\u003c/code\u003e method retrieves an unmodifiable list of \u003ccode\u003eT\u003c/code\u003e from the index.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits several methods from \u003ccode\u003eObject\u003c/code\u003e such as \u003ccode\u003eclone()\u003c/code\u003e, \u003ccode\u003eequals()\u003c/code\u003e, \u003ccode\u003ehashCode()\u003c/code\u003e, \u003ccode\u003etoString()\u003c/code\u003e and more.\u003c/p\u003e\n"]]],[],null,[]]