MCPcopy Create free account
hub / github.com/Asana/java-asana / query

Method query

src/main/java/com/asana/requests/Request.java:64–67  ·  view source on GitHub ↗

Sets entire query string object, overrides previously set query string parameters @param query Entire query object @return The request itself

(Map<String, Object> query)

Source from the content-addressed store, hash-verified

62 * @return The request itself
63 */
64 public Request query(Map<String, Object> query) {
65 this.query = query;
66 return this;
67 }
68
69 /**
70 * Sets a single key/value pair in the query string

Callers 15

testWebhooksGetAllMethod · 0.45
getMethod · 0.45
createStoryForTaskMethod · 0.45
deleteStoryMethod · 0.45
getStoriesForTaskMethod · 0.45
getStoryMethod · 0.45
updateStoryMethod · 0.45
typeaheadForWorkspaceMethod · 0.45

Calls

no outgoing calls

Tested by 2

testWebhooksGetAllMethod · 0.36