Package org.bonitasoft.web.client.api
Interface FormFileUploadApi
- All Superinterfaces:
ApiClient.Api
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public interface FormFileUploadApi
extends ApiClient.Api
-
Method Summary
Modifier and TypeMethodDescriptionformFileUpload(File file) Upload a file Supports any type of files, used to upload a file before submitting a process or task form with a document in its contractUpload a file Similar toformFileUploadbut it also returns the http response headers .
-
Method Details
-
formFileUpload
Upload a file Supports any type of files, used to upload a file before submitting a process or task form with a document in its contract- Parameters:
file- (optional)- Returns:
- FormFileUploadResponse
-
formFileUploadWithHttpInfo
Upload a file Similar toformFileUploadbut it also returns the http response headers . Supports any type of files, used to upload a file before submitting a process or task form with a document in its contract- Parameters:
file- (optional)- Returns:
- A ApiResponse that wraps the response boyd and the http headers.
-