Class DeployWorkflowDefinitionRequest
Object
DeployWorkflowDefinitionRequest
- All Implemented Interfaces:
Serializable
The properties of the workflow definition to be deployed.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanRequired. The name of the file.Required. The file describing the workflow to be deployed.inthashCode()voidsetFileName(String fileName) Required. The name of the file.voidsetFileStream(InputStream fileStream) Required. The file describing the workflow to be deployed.toString()
-
Constructor Details
-
DeployWorkflowDefinitionRequest
public DeployWorkflowDefinitionRequest()
-
-
Method Details
-
builder
-
getFileStream
Required. The file describing the workflow to be deployed. -
getFileName
Required. The name of the file. -
setFileStream
Required. The file describing the workflow to be deployed. -
setFileName
Required. The name of the file. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-