Methods supported by Queue. Tasks added to pull queues must have the #Method
PULL. All other methods are appropriate for push queues. See Queue for more detail on
pull and push mode queues.
[[["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-03-05 UTC."],[[["TaskOptions.Method is an enum that defines the supported methods for interacting with queues, such as pull and push queues."],["Tasks added to pull queues must use the PULL method, while push queues can utilize methods such as DELETE, GET, HEAD, POST, and PUT."],["The enum inherits various methods from Enum and Object classes, including methods for comparison, retrieval, and string representation."],["There are static fields within TaskOptions.Method representing the different methods that can be used: DELETE, GET, HEAD, POST, PULL, and PUT."],["TaskOptions.Method also has static methods `valueOf(String name)` and `values()` available for use."]]],[]]