Package com.smartsheet.api.models
Class WidgetHyperlink
- java.lang.Object
-
- com.smartsheet.api.models.Hyperlink
-
- com.smartsheet.api.models.WidgetHyperlink
-
public class WidgetHyperlink extends Hyperlink
-
-
Constructor Summary
Constructors Constructor Description WidgetHyperlink()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Long
getFolderId()
Gets the folder ID - valid when interactionType == SMARTSHEET_ITEMjava.lang.String
getInteractionType()
Gets the interaction typejava.lang.Long
getWorkspaceId()
Gets the workspace ID - valid when interactionType == SMARTSHEET_ITEMWidgetHyperlink
setFolderId(java.lang.Long folderId)
Sets the folder ID - valid when interactionType == SMARTSHEET_ITEMWidgetHyperlink
setInteractionType(java.lang.String interactionType)
Sets the interaction typeWidgetHyperlink
setWorkspaceId(java.lang.Long workspaceId)
Sets the workspace ID - valid when interactionType == SMARTSHEET_ITEM-
Methods inherited from class com.smartsheet.api.models.Hyperlink
getReportId, getSheetId, getSightId, getUrl, isNull, setReportId, setSheetId, setSightId, setUrl
-
-
-
-
Method Detail
-
getInteractionType
public java.lang.String getInteractionType()
Gets the interaction type- Returns:
- the interaction type
-
setInteractionType
public WidgetHyperlink setInteractionType(java.lang.String interactionType)
Sets the interaction type
-
getFolderId
public java.lang.Long getFolderId()
Gets the folder ID - valid when interactionType == SMARTSHEET_ITEM- Returns:
- the folder ID
-
setFolderId
public WidgetHyperlink setFolderId(java.lang.Long folderId)
Sets the folder ID - valid when interactionType == SMARTSHEET_ITEM
-
getWorkspaceId
public java.lang.Long getWorkspaceId()
Gets the workspace ID - valid when interactionType == SMARTSHEET_ITEM- Returns:
- the workspace ID
-
setWorkspaceId
public WidgetHyperlink setWorkspaceId(java.lang.Long workspaceId)
Sets the workspace ID - valid when interactionType == SMARTSHEET_ITEM
-
-