Package io.camunda.connector.http.model
Class HttpJsonRequest
java.lang.Object
io.camunda.connector.http.model.HttpJsonRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetBody()getUrl()booleanbooleanhasBody()inthashCode()booleanbooleanvoidsetAuthentication(Authentication authentication) voidvoidsetConnectionTimeoutInSeconds(String connectionTimeoutInSeconds) voidsetHeaders(Map<String, String> headers) voidvoidsetQueryParameters(Map<String, String> queryParameters) voidtoString()
-
Constructor Details
-
HttpJsonRequest
public HttpJsonRequest()
-
-
Method Details
-
hasAuthentication
public boolean hasAuthentication() -
hasQueryParameters
public boolean hasQueryParameters() -
hasHeaders
public boolean hasHeaders() -
hasBody
public boolean hasBody() -
getMethod
-
setMethod
-
getUrl
-
setUrl
-
getAuthentication
-
setAuthentication
-
getQueryParameters
-
setQueryParameters
-
getHeaders
-
setHeaders
-
getConnectionTimeoutInSeconds
-
setConnectionTimeoutInSeconds
-
getBody
-
setBody
-
equals
-
hashCode
public int hashCode() -
toString
-