[[["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-07-28 UTC."],[[["\u003cp\u003e\u003ccode\u003eApiMethod.HttpMethod\u003c/code\u003e is a class within \u003ccode\u003ecom.google.api.server.spi.config\u003c/code\u003e that defines constants for common HTTP method names.\u003c/p\u003e\n"],["\u003cp\u003eThe class extends \u003ccode\u003ejava.lang.Object\u003c/code\u003e and provides constants for \u003ccode\u003eGET\u003c/code\u003e, \u003ccode\u003ePOST\u003c/code\u003e, \u003ccode\u003ePUT\u003c/code\u003e, and \u003ccode\u003eDELETE\u003c/code\u003e HTTP calls.\u003c/p\u003e\n"],["\u003cp\u003eEach HTTP method constant (\u003ccode\u003eGET\u003c/code\u003e, \u003ccode\u003ePOST\u003c/code\u003e, \u003ccode\u003ePUT\u003c/code\u003e, \u003ccode\u003eDELETE\u003c/code\u003e) is a \u003ccode\u003estatic java.lang.String\u003c/code\u003e used to indicate the type of HTTP operation.\u003c/p\u003e\n"],["\u003cp\u003eThere is a constructor \u003ccode\u003eHttpMethod()\u003c/code\u003e with no arguments, and it represents the class's initialization.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eApiMethod.HttpMethod\u003c/code\u003e class does not implement any methods of its own, it instead inherits a number of methods from \u003ccode\u003ejava.lang.Object\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# ApiMethod.HttpMethod\n\ncom.google.api.server.spi.config\n\nClass ApiMethod.HttpMethod\n--------------------------\n\n- java.lang.Object\n-\n - com.google.api.server.spi.config.ApiMethod.HttpMethod\n\n-\n\n Enclosing class:\n : [ApiMethod](../../../../../../com/google/api/server/spi/config/ApiMethod.html \"annotation in com.google.api.server.spi.config\")\n\n *** ** * ** ***\n\n \u003cbr /\u003e\n\n ```\n public static class ApiMethod.HttpMethod\n extends java.lang.Object\n ``` \nConstants of HTTP method names \n-\n -\n\n ### Field Summary\n\n \u003c!-- --\u003e\n\n -\n\n ### Constructor Summary\n\n \u003c!-- --\u003e\n\n -\n\n ### Method Summary\n\n -\n\n ### Methods inherited from class java.lang.Object\n\n`clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait` \n-\n -\n\n ### Field Detail\n\n\n -\n\n #### GET\n\n ```\n public static final java.lang.String GET\n ``` \n An HTTP GET call. Used for retrieving resources.\n\n See Also:\n : [Constant Field Values](../../../../../../constant-values.html#com.google.api.server.spi.config.ApiMethod.HttpMethod.GET)\n\n\n -\n\n #### POST\n\n ```\n public static final java.lang.String POST\n ``` \n An HTTP POST call. Used for creating resources or custom methods.\n\n See Also:\n : [Constant Field Values](../../../../../../constant-values.html#com.google.api.server.spi.config.ApiMethod.HttpMethod.POST)\n\n\n -\n\n #### PUT\n\n ```\n public static final java.lang.String PUT\n ``` \n An HTTP PUT call. Used for updating resources.\n\n See Also:\n : [Constant Field Values](../../../../../../constant-values.html#com.google.api.server.spi.config.ApiMethod.HttpMethod.PUT)\n\n\n -\n\n #### DELETE\n\n ```\n public static final java.lang.String DELETE\n ``` \n An HTTP DELETE call. Used for deleting resources.\n\n See Also:\n : [Constant Field Values](../../../../../../constant-values.html#com.google.api.server.spi.config.ApiMethod.HttpMethod.DELETE)\n\n \u003c!-- --\u003e\n\n -\n\n ### Constructor Detail\n\n\n -\n\n #### HttpMethod\n\n ```\n public HttpMethod()\n ```"]]