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.LonggetReportId()Gets a link to the Report with this ID.java.lang.LonggetSheetId()Gets the link to the Sheet with this ID.java.lang.LonggetSightId()Gets the link to the Sight with this ID.java.lang.StringgetUrl()Gets the urlbooleanisNull()Get the value of the isNull flagHyperlinksetReportId(java.lang.Long reportId)Sets a link to the Report with this ID.HyperlinksetSheetId(java.lang.Long sheetId)Sets the link to the Sheet with this ID.HyperlinksetSightId(java.lang.Long sightId)Sets the link to the Sight with this ID.HyperlinksetUrl(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
-
-