Package com.smartsheet.api.models
Class CrossSheetReference
- java.lang.Object
-
- com.smartsheet.api.models.IdentifiableModel<T>
-
- com.smartsheet.api.models.NamedModel<java.lang.Long>
-
- com.smartsheet.api.models.CrossSheetReference
-
public class CrossSheetReference extends NamedModel<java.lang.Long>
-
-
Constructor Summary
Constructors Constructor Description CrossSheetReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Long
getEndColumnId()
Get the last column ID in the cross sheet reference blockjava.lang.Long
getEndRowId()
Get the last row ID in the cross sheet reference blockjava.lang.Long
getSourceSheetId()
Get the source sheet ID for the cross sheet referencejava.lang.Long
getStartColumnId()
Get the start column ID for the cross sheet reference blockjava.lang.Long
getStartRowId()
Get the start row ID for the cross sheet reference blockCrossSheetReferenceStatus
getStatus()
Get the status of the cross sheet referenceCrossSheetReference
setEndColumnId(java.lang.Long endColumnId)
Set the last column ID in the cross sheet reference blockCrossSheetReference
setEndRowId(java.lang.Long endRowId)
Set the last row ID in the cross sheet reference blockCrossSheetReference
setName(java.lang.String name)
Provide an 'override' of setName (returns CrossSheetReference not NamedModel)CrossSheetReference
setSourceSheetId(java.lang.Long sourceSheetId)
Set the source sheet ID for the cross sheet referenceCrossSheetReference
setStartColumnId(java.lang.Long startColumnId)
Set the start column ID for the cross sheet reference blockCrossSheetReference
setStartRowId(java.lang.Long startRowId)
Set the start row ID for the cross sheet reference blockCrossSheetReference
setStatus(CrossSheetReferenceStatus status)
Set the status of the cross sheet reference-
Methods inherited from class com.smartsheet.api.models.NamedModel
getName
-
Methods inherited from class com.smartsheet.api.models.IdentifiableModel
equals, getId, hashCode, setId
-
-
-
-
Method Detail
-
setName
public CrossSheetReference setName(java.lang.String name)
Provide an 'override' of setName (returns CrossSheetReference not NamedModel)- Overrides:
setName
in classNamedModel<java.lang.Long>
- Parameters:
name
- the new name
-
getEndColumnId
public java.lang.Long getEndColumnId()
Get the last column ID in the cross sheet reference block- Returns:
- the last column ID
-
setEndColumnId
public CrossSheetReference setEndColumnId(java.lang.Long endColumnId)
Set the last column ID in the cross sheet reference block- Parameters:
endColumnId
- the last column ID
-
getEndRowId
public java.lang.Long getEndRowId()
Get the last row ID in the cross sheet reference block- Returns:
- the last row ID
-
setEndRowId
public CrossSheetReference setEndRowId(java.lang.Long endRowId)
Set the last row ID in the cross sheet reference block- Parameters:
endRowId
- the last row ID
-
getSourceSheetId
public java.lang.Long getSourceSheetId()
Get the source sheet ID for the cross sheet reference- Returns:
- the source sheet ID
-
setSourceSheetId
public CrossSheetReference setSourceSheetId(java.lang.Long sourceSheetId)
Set the source sheet ID for the cross sheet reference- Parameters:
sourceSheetId
- the source sheet ID
-
getStartColumnId
public java.lang.Long getStartColumnId()
Get the start column ID for the cross sheet reference block- Returns:
- the start column ID
-
setStartColumnId
public CrossSheetReference setStartColumnId(java.lang.Long startColumnId)
Set the start column ID for the cross sheet reference block- Parameters:
startColumnId
- the start column ID
-
getStartRowId
public java.lang.Long getStartRowId()
Get the start row ID for the cross sheet reference block- Returns:
- the start row ID
-
setStartRowId
public CrossSheetReference setStartRowId(java.lang.Long startRowId)
Set the start row ID for the cross sheet reference block- Parameters:
startRowId
- the start row ID
-
getStatus
public CrossSheetReferenceStatus getStatus()
Get the status of the cross sheet reference- Returns:
- CrossSheetReferenceStatus enum
-
setStatus
public CrossSheetReference setStatus(CrossSheetReferenceStatus status)
Set the status of the cross sheet reference- Parameters:
status
- CrossSheetReferenceStatus enum
-
-