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