public class Hyperlink extends Object
| Constructor and Description |
|---|
Hyperlink() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getReportId()
Gets a link to the Report with this ID.
|
Long |
getSheetId()
Gets the link to the Sheet with this ID.
|
String |
getUrl()
Gets the url
|
boolean |
isNull()
Get the value of the isNull flag
|
Hyperlink |
setReportId(Long reportId)
Sets a link to the Report with this ID.
|
Hyperlink |
setSheetId(Long sheetId)
Sets the link to the Sheet with this ID.
|
Hyperlink |
setUrl(String url)
Sets the url
|
public String getUrl()
public Long getSheetId()
public Hyperlink setSheetId(Long sheetId)
sheetId - the sheet Idpublic Long getReportId()
public Hyperlink setReportId(Long reportId)
reportId - the report Idpublic boolean isNull()
Copyright © 2014–2017 Smartsheet. All rights reserved.