| Package | Description |
|---|---|
| com.smartsheet.api.models |
| Modifier and Type | Method and Description |
|---|---|
Hyperlink |
Cell.getHyperlink() |
Hyperlink |
Hyperlink.setReportId(Long reportId)
Sets a link to the Report with this ID.
|
Hyperlink |
Hyperlink.setSheetId(Long sheetId)
Sets the link to the Sheet with this ID.
|
Hyperlink |
Hyperlink.setUrl(String url)
Sets the url
|
| Modifier and Type | Method and Description |
|---|---|
Cell.AddRowCellsBuilder |
Cell.AddRowCellsBuilder.addCell(Long columnId,
Object value,
Boolean strict,
Hyperlink hyperlink,
CellLink linkInFromCell)
Adds the cell.
|
Cell.UpdateRowCellsBuilder |
Cell.UpdateRowCellsBuilder.addCell(Long columnId,
Object value,
Boolean strict,
Hyperlink hyperlink,
CellLink linkInFromCell)
Adds the cell.
|
Cell.AddRowCellsBuilder |
Cell.AddRowCellsBuilder.addCell(Long columnId,
Object value,
Boolean strict,
Hyperlink hyperlink,
CellLink linkInFromCell,
Boolean overrideValidation)
Adds the cell
|
Cell.UpdateRowCellsBuilder |
Cell.UpdateRowCellsBuilder.addCell(Long columnId,
Object value,
Boolean strict,
Hyperlink hyperlink,
CellLink linkInFromCell,
Boolean overrideValidation)
Adds the cell.
|
Cell |
Cell.setHyperlink(Hyperlink hyperlink) |
Copyright © 2014–2017 Smartsheet. All rights reserved.