public class Link extends Object
| Constructor and Description |
|---|
Link() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getColumnId()
Gets the column id.
|
Long |
getRowId()
Gets the row id.
|
Long |
getSheetId()
Gets the sheet id.
|
Long |
getSightId()
Gets the sight id.
|
LinkType |
getType()
Gets the type.
|
String |
getUrl()
Gets the url.
|
Link |
setColumnId(Long columnId)
Sets the column id.
|
Link |
setRowId(Long rowId)
Sets the row id.
|
Link |
setSheetId(Long sheetId)
Sets the sheet id.
|
Link |
setSightId(Long sightId)
Set the sight id.
|
Link |
setType(LinkType type)
Sets the link type.
|
Link |
setUrl(String url)
Sets the url.
|
public LinkType getType()
public String getUrl()
public Long getSheetId()
public Link setSheetId(Long sheetId)
sheetId - the new sheet idpublic Long getSightId()
public Long getColumnId()
public Link setColumnId(Long columnId)
columnId - the new column idpublic Long getRowId()
Copyright © 2014–2017 Smartsheet. All rights reserved.