Class Route
java.lang.Object
pw.chew.clickup4j.internal.requests.Route
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbody
(okhttp3.RequestBody body) body
(@NotNull org.json.JSONObject body) okhttp3.Request.Builder
Builds a request for this route with the given values.buildPathVariables
(String... values) getUrl()
-
Constructor Details
-
Route
-
-
Method Details
-
getUrl
-
getMethod
-
buildPathVariables
-
buildUrl
-
build
Builds a request for this route with the given values.- Parameters:
values
- The values to use in the path variables.- Returns:
- The request builder.
-
body
-
body
-