Package com.smartsheet.api.models
Class RowMapping
- java.lang.Object
-
- com.smartsheet.api.models.RowMapping
-
public class RowMapping extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RowMapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.LonggetFrom()Gets the Row ID in the source sheet.java.lang.LonggetTo()Gets the Row ID in the destination sheet.RowMappingsetFrom(java.lang.Long from)Sets the Row ID in the source sheet.RowMappingsetTo(java.lang.Long to)Sets the Row ID in the destination sheet.
-
-
-
Method Detail
-
getFrom
public java.lang.Long getFrom()
Gets the Row ID in the source sheet.- Returns:
- Row ID in the source sheet
-
setFrom
public RowMapping setFrom(java.lang.Long from)
Sets the Row ID in the source sheet.- Parameters:
from- the Row ID in the source sheet
-
getTo
public java.lang.Long getTo()
Gets the Row ID in the destination sheet.- Returns:
- the Row ID in the destination sheet
-
setTo
public RowMapping setTo(java.lang.Long to)
Sets the Row ID in the destination sheet.- Parameters:
to- Row ID in the destination sheet
-
-