Class SwapRowIndexRequest

java.lang.Object
com.mypurecloud.sdk.v2.model.SwapRowIndexRequest
All Implemented Interfaces:
Serializable

public class SwapRowIndexRequest extends Object implements Serializable
SwapRowIndexRequest
See Also:
  • Constructor Details

    • SwapRowIndexRequest

      public SwapRowIndexRequest()
    • SwapRowIndexRequest

      public SwapRowIndexRequest(Boolean initWithEmptyList)
  • Method Details

    • sourceRowId

      public SwapRowIndexRequest sourceRowId(String sourceRowId)
      Unique identifier of the source row to swap
    • getSourceRowId

      public String getSourceRowId()
    • setSourceRowId

      public void setSourceRowId(String sourceRowId)
    • sourceRowIndex

      public SwapRowIndexRequest sourceRowIndex(Integer 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

      public Integer getSourceRowIndex()
    • setSourceRowIndex

      public void setSourceRowIndex(Integer sourceRowIndex)
    • targetRowId

      public SwapRowIndexRequest targetRowId(String targetRowId)
      Unique identifier of the target row to swap
    • getTargetRowId

      public String getTargetRowId()
    • setTargetRowId

      public void setTargetRowId(String targetRowId)
    • targetRowIndex

      public SwapRowIndexRequest targetRowIndex(Integer 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

      public Integer getTargetRowIndex()
    • setTargetRowIndex

      public void setTargetRowIndex(Integer targetRowIndex)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object