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

Method execute

src/main/java/com/asana/requests/ItemRequest.java:29–32  ·  view source on GitHub ↗

Executes the request, returning the requested single item @return requested item @throws IOException

()

Source from the content-addressed store, hash-verified

27 * @throws IOException
28 */
29 public T execute() throws IOException {
30 ResultBody<T> result = this.executeRaw();
31 return result.data;
32 }
33
34 /**
35 * Executes the request, returning the full response body

Calls 1

executeRawMethod · 0.95