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