Package com.mypurecloud.sdk.v2.model
Class UpdateRowIndexRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.UpdateRowIndexRequest
- All Implemented Interfaces:
Serializable
UpdateRowIndexRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetRowId()inthashCode()The row UUID.The updated row index.voidvoidsetRowIndex(Integer rowIndex) toString()
-
Constructor Details
-
UpdateRowIndexRequest
public UpdateRowIndexRequest() -
UpdateRowIndexRequest
-
-
Method Details
-
rowId
The row UUID. -
getRowId
-
setRowId
-
rowIndex
The updated row index. Must be an integer value greater than or equal to 1. Must be less than or equal to x, where x is the number of rows in the decision table version. -
getRowIndex
-
setRowIndex
-
equals
-
hashCode
public int hashCode() -
toString
-