Class Requester<T>
java.lang.Object
pw.chew.clickup4j.internal.requests.Requester<T>
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
JSON
public static final okhttp3.MediaType JSON
-
-
Constructor Details
-
Requester
-
-
Method Details
-
queue
-
queue
Queues this request. TheonSuccess
callback will be called when the request completes successfully.- Parameters:
onSuccess
- The callback to call when the request completes successfully.
-
complete
-