Package com.smartsheet.api.models
Class CopyOrMoveRowDestination
- java.lang.Object
-
- com.smartsheet.api.models.CopyOrMoveRowDestination
-
public class CopyOrMoveRowDestination extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CopyOrMoveRowDestination.InsertCopyOrMoveRowDestinationBuilder
A convenience class for quickly creating a List of cells to update.
-
Constructor Summary
Constructors Constructor Description CopyOrMoveRowDestination()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Long
getSheetId()
Gets the ID of the destination object.CopyOrMoveRowDestination
setSheetId(java.lang.Long sheetId)
Sets the ID of the destination object.
-
-
-
Method Detail
-
getSheetId
public java.lang.Long getSheetId()
Gets the ID of the destination object.- Returns:
- ID of the destination object
-
setSheetId
public CopyOrMoveRowDestination setSheetId(java.lang.Long sheetId)
Sets the ID of the destination object.- Parameters:
sheetId
- ID of the destination object
-
-