Package com.smartsheet.api.models
Class CellLink
- java.lang.Object
-
- com.smartsheet.api.models.CellLink
-
public class CellLink extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CellLink()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Long
getColumnId()
Gets Column ID of the linked cell.java.lang.Long
getRowId()
Gets Row ID of the linked cell.java.lang.Long
getSheetId()
Gets the Sheet ID of the sheet that the linked cell belongs to.java.lang.String
getSheetName()
Gets Sheet name of the linked cell.java.lang.String
getStatus()
Gets the status.boolean
isNull()
Get the value of the isNull flagCellLink
setColumnId(java.lang.Long columnId)
Sets Column ID of the linked cellCellLink
setRowId(java.lang.Long rowId)
SetsCellLink
setSheetId(java.lang.Long sheetId)
Sets the Sheet ID of the sheet that the linked cell belongs toCellLink
setSheetName(java.lang.String sheetName)
Sets Sheet name of the linked cellCellLink
setStatus(java.lang.String status)
Sets the status
-
-
-
Method Detail
-
getStatus
public java.lang.String getStatus()
Gets the status.- Returns:
- status
-
setStatus
public CellLink setStatus(java.lang.String status)
Sets the status- Parameters:
status
- the status
-
getSheetId
public java.lang.Long getSheetId()
Gets the Sheet ID of the sheet that the linked cell belongs to.- Returns:
- sheet ID
-
setSheetId
public CellLink setSheetId(java.lang.Long sheetId)
Sets the Sheet ID of the sheet that the linked cell belongs to- Parameters:
sheetId
- the sheetId
-
getRowId
public java.lang.Long getRowId()
Gets Row ID of the linked cell.- Returns:
- rowI the row id
-
setRowId
public CellLink setRowId(java.lang.Long rowId)
Sets- Parameters:
rowId
- the row Id
-
getColumnId
public java.lang.Long getColumnId()
Gets Column ID of the linked cell.- Returns:
- column ID
-
setColumnId
public CellLink setColumnId(java.lang.Long columnId)
Sets Column ID of the linked cell- Parameters:
columnId
- the column ID
-
getSheetName
public java.lang.String getSheetName()
Gets Sheet name of the linked cell.- Returns:
- sheet name
-
setSheetName
public CellLink setSheetName(java.lang.String sheetName)
Sets Sheet name of the linked cell- Parameters:
sheetName
- the sheet name
-
isNull
public boolean isNull()
Get the value of the isNull flag- Returns:
- value of isNull flag
-
-