Package org.bonitasoft.web.client.model
Class ProcessInstanceDocumentUpdateRequest
- java.lang.Object
-
- org.bonitasoft.web.client.model.ProcessInstanceDocumentUpdateRequest
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ProcessInstanceDocumentUpdateRequest extends Object implements Serializable
ProcessInstanceDocumentUpdateRequest- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_DESCRIPTIONstatic StringJSON_PROPERTY_FILEstatic StringJSON_PROPERTY_FILE_NAMEstatic StringJSON_PROPERTY_NAMEstatic StringJSON_PROPERTY_URL
-
Constructor Summary
Constructors Constructor Description ProcessInstanceDocumentUpdateRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProcessInstanceDocumentUpdateRequestdescription(String description)booleanequals(Object o)ProcessInstanceDocumentUpdateRequestfile(String file)ProcessInstanceDocumentUpdateRequestfileName(String fileName)StringgetDescription()The document descriptionStringgetFile()The local file name to upload from (as from the temp upload folder)StringgetFileName()The target file nameStringgetName()The file display nameStringgetUrl()The remote url to upload frominthashCode()ProcessInstanceDocumentUpdateRequestname(String name)voidsetDescription(String description)voidsetFile(String file)voidsetFileName(String fileName)voidsetName(String name)voidsetUrl(String url)StringtoString()ProcessInstanceDocumentUpdateRequesturl(String url)
-
-
-
Field Detail
-
JSON_PROPERTY_FILE
public static final String JSON_PROPERTY_FILE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_URL
public static final String JSON_PROPERTY_URL
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_FILE_NAME
public static final String JSON_PROPERTY_FILE_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_DESCRIPTION
- See Also:
- Constant Field Values
-
-
Method Detail
-
file
public ProcessInstanceDocumentUpdateRequest file(String file)
-
getFile
@Nullable public String getFile()
The local file name to upload from (as from the temp upload folder)- Returns:
- file
-
setFile
public void setFile(String file)
-
url
public ProcessInstanceDocumentUpdateRequest url(String url)
-
setUrl
public void setUrl(String url)
-
name
public ProcessInstanceDocumentUpdateRequest name(String name)
-
setName
public void setName(String name)
-
fileName
public ProcessInstanceDocumentUpdateRequest fileName(String fileName)
-
setFileName
public void setFileName(String fileName)
-
description
public ProcessInstanceDocumentUpdateRequest description(String description)
-
getDescription
@Nullable public String getDescription()
The document description- Returns:
- description
-
setDescription
public void setDescription(String description)
-
-