Package com.mypurecloud.sdk.v2.model
Class FlowDivisionView
java.lang.Object
com.mypurecloud.sdk.v2.model.FlowDivisionView
- All Implemented Interfaces:
Serializable
FlowDivisionView
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondebugVersion(FlowVersion debugVersion) debug version information if there is a debug versiondescription(String description) the flow descriptiondivision(WritableDivision division) The division to which this entity belongs.booleangetId()getName()getType()inthashCode()The flow identifierinputSchema(JsonSchemaDocument inputSchema) json schema describing the inputs for the flowThe flow nameoutputSchema(JsonSchemaDocument outputSchema) json schema describing the outputs for the flowpublishedVersion(FlowVersion publishedVersion) published version information if there is a published versionvoidsetDebugVersion(FlowVersion debugVersion) voidsetDescription(String description) voidsetDivision(WritableDivision division) voidvoidsetInputSchema(JsonSchemaDocument inputSchema) voidvoidsetOutputSchema(JsonSchemaDocument outputSchema) voidsetPublishedVersion(FlowVersion publishedVersion) voidtoString()
-
Constructor Details
-
FlowDivisionView
public FlowDivisionView() -
FlowDivisionView
-
-
Method Details
-
id
The flow identifier -
getId
-
setId
-
name
The flow name -
getName
-
setName
-
division
The division to which this entity belongs. -
getDivision
-
setDivision
-
type
-
getType
-
setType
-
description
the flow description -
getDescription
-
setDescription
-
inputSchema
json schema describing the inputs for the flow -
getInputSchema
-
setInputSchema
-
outputSchema
json schema describing the outputs for the flow -
getOutputSchema
-
setOutputSchema
-
getSupportedLanguages
-
publishedVersion
published version information if there is a published version -
getPublishedVersion
-
setPublishedVersion
-
debugVersion
debug version information if there is a debug version -
getDebugVersion
-
setDebugVersion
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-