Package com.smartsheet.api.models
Class SelectionRange
- java.lang.Object
-
- com.smartsheet.api.models.SelectionRange
-
public class SelectionRange extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SelectionRange()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Long
getSourceColumnId1()
Gets the beginning of the range of columnsjava.lang.Long
getSourceColumnId2()
Gets the ending of the range of columnsjava.lang.Long
getSourceRowId1()
Gets the beginning of the range of rowsjava.lang.Long
getSourceRowId2()
Gets the ending of the range of rowsSelectionRange
setSourceColumnId1(java.lang.Long sourceColumnId1)
Sets the beginning of the range of columnsSelectionRange
setSourceColumnId2(java.lang.Long sourceColumnId2)
Sets the ending of the range of columnsSelectionRange
setSourceRowId1(java.lang.Long sourceRowId1)
Sets the beginning of the range of rowsSelectionRange
setSourceRowId2(java.lang.Long sourceRowId2)
Sets the ending of the range of rows
-
-
-
Method Detail
-
getSourceColumnId1
public java.lang.Long getSourceColumnId1()
Gets the beginning of the range of columns- Returns:
- sourceColumnId1
-
setSourceColumnId1
public SelectionRange setSourceColumnId1(java.lang.Long sourceColumnId1)
Sets the beginning of the range of columns
-
getSourceColumnId2
public java.lang.Long getSourceColumnId2()
Gets the ending of the range of columns- Returns:
- sourceColumnId2
-
setSourceColumnId2
public SelectionRange setSourceColumnId2(java.lang.Long sourceColumnId2)
Sets the ending of the range of columns
-
getSourceRowId1
public java.lang.Long getSourceRowId1()
Gets the beginning of the range of rows- Returns:
- sourceRowId1
-
setSourceRowId1
public SelectionRange setSourceRowId1(java.lang.Long sourceRowId1)
Sets the beginning of the range of rows
-
getSourceRowId2
public java.lang.Long getSourceRowId2()
Gets the ending of the range of rows- Returns:
- sourceRowId2
-
setSourceRowId2
public SelectionRange setSourceRowId2(java.lang.Long sourceRowId2)
Sets the ending of the range of rows
-
-