Class Route
java.lang.Object
pw.chew.clickup4j.internal.requests.Route
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbody(okhttp3.RequestBody body) body(@NotNull org.json.JSONObject body) okhttp3.Request.BuilderBuilds 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
-