Package org.bonitasoft.web.client.model
Class ProcessInstanceDocumentCreateRequest
java.lang.Object
org.bonitasoft.web.client.model.ProcessInstanceDocumentCreateRequest
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class ProcessInstanceDocumentCreateRequest
extends Object
implements Serializable
ProcessInstanceDocumentCreateRequest
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanThe process instance idThe document descriptiongetFile()The local file name to upload from (as from the temp upload folder)The target file namegetName()The file display namegetUrl()The remote url to upload frominthashCode()voidvoidsetDescription(String description) voidvoidsetFileName(String fileName) voidvoidtoString()
-
Field Details
-
JSON_PROPERTY_CASE_ID
- See Also:
-
JSON_PROPERTY_FILE
- See Also:
-
JSON_PROPERTY_URL
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_FILE_NAME
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
-
Constructor Details
-
ProcessInstanceDocumentCreateRequest
public ProcessInstanceDocumentCreateRequest()
-
-
Method Details
-
caseId
-
getCaseId
The process instance id- Returns:
- caseId
-
setCaseId
-
file
-
getFile
The local file name to upload from (as from the temp upload folder)- Returns:
- file
-
setFile
-
url
-
getUrl
The remote url to upload from- Returns:
- url
-
setUrl
-
name
-
getName
The file display name- Returns:
- name
-
setName
-
fileName
-
getFileName
The target file name- Returns:
- fileName
-
setFileName
-
description
-
getDescription
The document description- Returns:
- description
-
setDescription
-
equals
-
hashCode
public int hashCode() -
toString
-