Package com.smartsheet.api.models
Class Hyperlink
- java.lang.Object
-
- com.smartsheet.api.models.Hyperlink
-
- Direct Known Subclasses:
WidgetHyperlink
public class Hyperlink extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Hyperlink()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Long
getReportId()
Gets a link to the Report with this ID.java.lang.Long
getSheetId()
Gets the link to the Sheet with this ID.java.lang.Long
getSightId()
Gets the link to the Sight with this ID.java.lang.String
getUrl()
Gets the urlboolean
isNull()
Get the value of the isNull flagHyperlink
setReportId(java.lang.Long reportId)
Sets a link to the Report with this ID.Hyperlink
setSheetId(java.lang.Long sheetId)
Sets the link to the Sheet with this ID.Hyperlink
setSightId(java.lang.Long sightId)
Sets the link to the Sight with this ID.Hyperlink
setUrl(java.lang.String url)
Sets the url
-
-
-
Method Detail
-
getUrl
public java.lang.String getUrl()
Gets the url- Returns:
- the url
-
setUrl
public Hyperlink setUrl(java.lang.String url)
Sets the url- Parameters:
url
- the urk
-
getSheetId
public java.lang.Long getSheetId()
Gets the link to the Sheet with this ID.- Returns:
- the sheet id
-
setSheetId
public Hyperlink setSheetId(java.lang.Long sheetId)
Sets the link to the Sheet with this ID.- Parameters:
sheetId
- the sheet Id
-
getReportId
public java.lang.Long getReportId()
Gets a link to the Report with this ID.- Returns:
- the report Id
-
setReportId
public Hyperlink setReportId(java.lang.Long reportId)
Sets a link to the Report with this ID.- Parameters:
reportId
- the report Id
-
getSightId
public java.lang.Long getSightId()
Gets the link to the Sight with this ID.- Returns:
- the sight id
-
setSightId
public Hyperlink setSightId(java.lang.Long sightId)
Sets the link to the Sight with this ID.- Parameters:
sightId
- the sight Id
-
isNull
public boolean isNull()
Get the value of the isNull flag- Returns:
- value of isNull flag
-
-