Package com.mypurecloud.sdk.v2.model
Class CreateDecisionTableRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.CreateDecisionTableRequest
- All Implemented Interfaces:
Serializable
CreateDecisionTableRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncolumns(CreateDecisionTableColumnsRequest columns) The column definitions for this decision table.description(String description) The decision table description.divisionId(String divisionId) The ID of the division the decision table belongs to.booleangetName()inthashCode()The decision table name.The ID of the rules schema used by the decision table.voidvoidsetDescription(String description) voidsetDivisionId(String divisionId) voidvoidsetSchemaId(String schemaId) toString()
-
Constructor Details
-
CreateDecisionTableRequest
public CreateDecisionTableRequest() -
CreateDecisionTableRequest
-
-
Method Details
-
name
The decision table name. -
getName
-
setName
-
description
The decision table description. -
getDescription
-
setDescription
-
divisionId
The ID of the division the decision table belongs to. -
getDivisionId
-
setDivisionId
-
schemaId
The ID of the rules schema used by the decision table. -
getSchemaId
-
setSchemaId
-
columns
The column definitions for this decision table. -
getColumns
-
setColumns
-
equals
-
hashCode
public int hashCode() -
toString
-