Package com.mypurecloud.sdk.v2.model
Class DecisionTableVersion
java.lang.Object
com.mypurecloud.sdk.v2.model.DecisionTableVersion
- All Implemented Interfaces:
Serializable
DecisionTableVersion
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumCurrent status of this decision table version -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncolumns(DecisionTableColumns columns) The column definitions of this decision table version.contract(DecisionTableContract contract) The contract information for this decision table version.description(String description) The decision table description.The division to which this entity belongs.booleangetId()getName()inthashCode()The number of rows in this decision table version.The rows URI for this decision table version.voidsetColumns(DecisionTableColumns columns) voidsetContract(DecisionTableContract contract) voidsetDescription(String description) voidsetDivision(Division division) voidvoidsetRowCount(Integer rowCount) voidsetRowsUri(String rowsUri) voidvoidsetVersion(Integer version) Current status of this decision table versiontoString()The decision table version.
-
Constructor Details
-
DecisionTableVersion
public DecisionTableVersion() -
DecisionTableVersion
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
division
The division to which this entity belongs. -
getDivision
-
setDivision
-
version
The decision table version. -
getVersion
-
setVersion
-
status
Current status of this decision table version -
getStatus
-
setStatus
-
description
The decision table description. -
getDescription
-
setDescription
-
rowCount
The number of rows in this decision table version. -
getRowCount
-
setRowCount
-
rowsUri
The rows URI for this decision table version. -
getRowsUri
-
setRowsUri
-
getDateCreated
-
getDateModified
-
getDatePublished
-
columns
The column definitions of this decision table version. -
getColumns
-
setColumns
-
contract
The contract information for this decision table version. -
getContract
-
setContract
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-