Package com.mypurecloud.sdk.v2.model
Class ColumnDataTypeSpecification
java.lang.Object
com.mypurecloud.sdk.v2.model.ColumnDataTypeSpecification
- All Implemented Interfaces:
Serializable
ColumnDataTypeSpecification
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe data type of the column selected for dynamic queueing (TEXT, NUMERIC or TIMESTAMP) -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncolumnDataType(ColumnDataTypeSpecification.ColumnDataTypeEnum columnDataType) The data type of the column selected for dynamic queueing (TEXT, NUMERIC or TIMESTAMP)columnName(String columnName) The column name of a column selected for dynamic queueingbooleangetMax()getMin()inthashCode()The maximum length of the numeric column selected for dynamic queueingThe maximum length of the text column selected for dynamic queueingThe minimum length of the numeric column selected for dynamic queueingvoidsetColumnDataType(ColumnDataTypeSpecification.ColumnDataTypeEnum columnDataType) voidsetColumnName(String columnName) voidvoidsetMaxLength(Integer maxLength) voidtoString()
-
Constructor Details
-
ColumnDataTypeSpecification
public ColumnDataTypeSpecification() -
ColumnDataTypeSpecification
-
-
Method Details
-
columnName
The column name of a column selected for dynamic queueing -
getColumnName
-
setColumnName
-
columnDataType
public ColumnDataTypeSpecification columnDataType(ColumnDataTypeSpecification.ColumnDataTypeEnum columnDataType) The data type of the column selected for dynamic queueing (TEXT, NUMERIC or TIMESTAMP) -
getColumnDataType
-
setColumnDataType
-
min
The minimum length of the numeric column selected for dynamic queueing -
getMin
-
setMin
-
max
The maximum length of the numeric column selected for dynamic queueing -
getMax
-
setMax
-
maxLength
The maximum length of the text column selected for dynamic queueing -
getMaxLength
-
setMaxLength
-
equals
-
hashCode
public int hashCode() -
toString
-