Class DocumentAwareMultipartEntityBuilder
java.lang.Object
io.camunda.connector.http.base.client.apache.builder.parts.DocumentAwareMultipartEntityBuilder
A builder for creating a multipart entity from a map. The map represents the parts of a
multipart/form-data request. The keys are the names of the parts and the values are the content
of the parts.
See createMultiPartEntity(Map) for more details.
-
Constructor Summary
ConstructorsConstructorDescriptionDocumentAwareMultipartEntityBuilder(Map<?, ?> body, org.apache.hc.core5.http.ContentType contentType) -
Method Summary
-
Constructor Details
-
DocumentAwareMultipartEntityBuilder
public DocumentAwareMultipartEntityBuilder(Map<?, ?> body, org.apache.hc.core5.http.ContentType contentType)
-
-
Method Details
-
build
public org.apache.hc.core5.http.HttpEntity build()
-