Package com.mypurecloud.sdk.v2.model
Class DecisionTable
java.lang.Object
com.mypurecloud.sdk.v2.model.DecisionTable
- All Implemented Interfaces:
Serializable
DecisionTable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncolumns(DecisionTableColumns columns) The column definitions of this decision table.description(String description) The decision table description.The division to which this entity belongs.booleangetId()getName()inthashCode()publishedContract(DecisionTableContract publishedContract) The published contract information for this decision table.voidsetColumns(DecisionTableColumns columns) voidsetDescription(String description) voidsetDivision(Division division) voidvoidsetPublishedContract(DecisionTableContract publishedContract) toString()
-
Constructor Details
-
DecisionTable
public DecisionTable() -
DecisionTable
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
division
The division to which this entity belongs. -
getDivision
-
setDivision
-
description
The decision table description. -
getDescription
-
setDescription
-
getDateCreated
-
getDateModified
-
getDatePublished
-
getPublished
-
getLatest
-
columns
The column definitions of this decision table. -
getColumns
-
setColumns
-
publishedContract
The published contract information for this decision table. -
getPublishedContract
-
setPublishedContract
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-