Package com.mypurecloud.sdk.v2.model
Class SwapRowIndexRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.SwapRowIndexRequest
- All Implemented Interfaces:
Serializable
SwapRowIndexRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetSourceRowId(String sourceRowId) voidsetSourceRowIndex(Integer sourceRowIndex) voidsetTargetRowId(String targetRowId) voidsetTargetRowIndex(Integer targetRowIndex) sourceRowId(String sourceRowId) Unique identifier of the source row to swapsourceRowIndex(Integer sourceRowIndex) The current index position of the source row.targetRowId(String targetRowId) Unique identifier of the target row to swaptargetRowIndex(Integer targetRowIndex) The current index position of the target row.toString()
-
Constructor Details
-
SwapRowIndexRequest
public SwapRowIndexRequest() -
SwapRowIndexRequest
-
-
Method Details
-
sourceRowId
Unique identifier of the source row to swap -
getSourceRowId
-
setSourceRowId
-
sourceRowIndex
The current index position of the source row. Must be positive, starting from 1 and less than or equal to the size of the table minimum: 1 -
getSourceRowIndex
-
setSourceRowIndex
-
targetRowId
Unique identifier of the target row to swap -
getTargetRowId
-
setTargetRowId
-
targetRowIndex
The current index position of the target row. Must be positive, starting from 1 and less than or equal to the size of the table minimum: 1 -
getTargetRowIndex
-
setTargetRowIndex
-
equals
-
hashCode
public int hashCode() -
toString
-