Class RestServiceRequest.Builder
java.lang.Object
com.bonitasoft.processbuilder.records.RestServiceRequest.Builder
- Enclosing class:
- RestServiceRequest
Builder class for constructing RestServiceRequest instances.
-
Method Summary
Modifier and TypeMethodDescriptionapiKeyAuth(String keyName, String keyValue) auth(RestAuthConfig auth) bearerAuth(String token) build()contentType(RestContentType contentType) delete()followRedirects(boolean follow) get()method(RestHttpMethod method) patch()post()put()queryParam(String name, String value) queryParams(Map<String, String> params) timeout(int timeoutMs) verifySsl(boolean verify)
-
Method Details
-
method
-
get
-
post
-
put
-
patch
-
delete
-
header
-
headers
-
queryParam
-
queryParams
-
body
-
jsonBody
-
contentType
-
auth
-
basicAuth
-
bearerAuth
-
apiKeyAuth
-
timeout
-
followRedirects
-
verifySsl
-
build
-