Package com.mypurecloud.sdk.v2.model
Class DecisionTableColumnDefaultRowValue
java.lang.Object
com.mypurecloud.sdk.v2.model.DecisionTableColumnDefaultRowValue
- All Implemented Interfaces:
Serializable
Must provide a valid value for exactly one of the fields in this class.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumA default special value enum for this column. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetValue()inthashCode()voidvoidvoidA default special value enum for this column.toString()A default string value for this column, will be cast to appropriate type according to the relevant contract schema property.A default list of values for this column, items will be cast to appropriate type according to the relevant contract schema property
-
Constructor Details
-
DecisionTableColumnDefaultRowValue
public DecisionTableColumnDefaultRowValue() -
DecisionTableColumnDefaultRowValue
-
-
Method Details
-
value
A default string value for this column, will be cast to appropriate type according to the relevant contract schema property. -
getValue
-
setValue
-
values
A default list of values for this column, items will be cast to appropriate type according to the relevant contract schema property -
getValues
-
setValues
-
special
public DecisionTableColumnDefaultRowValue special(DecisionTableColumnDefaultRowValue.SpecialEnum special) A default special value enum for this column. -
getSpecial
-
setSpecial
-
equals
-
hashCode
public int hashCode() -
toString
-