Package io.jenkins.plugins.sprints
Class ZohoClient.Builder
- java.lang.Object
-
- io.jenkins.plugins.sprints.ZohoClient.Builder
-
- Enclosing class:
- ZohoClient
public static class ZohoClient.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ZohoClient.Builder
addParameter(String key, String value)
ZohoClient.Builder
addParameter(String key, org.json.JSONArray value)
ZohoClient
build()
ZohoClient.Builder
setJsonBodyresponse(boolean isJsonBodyresponse)
-
-
-
Method Detail
-
setJsonBodyresponse
public ZohoClient.Builder setJsonBodyresponse(boolean isJsonBodyresponse)
-
addParameter
public ZohoClient.Builder addParameter(String key, org.json.JSONArray value)
-
addParameter
public ZohoClient.Builder addParameter(String key, String value)
-
build
public ZohoClient build() throws Exception
- Throws:
Exception
-
-