Package org.bonitasoft.web.client.model
Class ProcessInstanceDocumentUpdateRequest
java.lang.Object
org.bonitasoft.web.client.model.ProcessInstanceDocumentUpdateRequest
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class ProcessInstanceDocumentUpdateRequest
extends Object
implements Serializable
ProcessInstanceDocumentUpdateRequest
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanThe 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()voidsetDescription(String description) voidvoidsetFileName(String fileName) voidvoidtoString()
-
Field Details
-
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
-
ProcessInstanceDocumentUpdateRequest
public ProcessInstanceDocumentUpdateRequest()
-
-
Method Details
-
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
-