Package com.smartsheet.api.models
Class CopyOrMoveRowResult
- java.lang.Object
-
- com.smartsheet.api.models.CopyOrMoveRowResult
-
public class CopyOrMoveRowResult extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CopyOrMoveRowResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDestinationSheetId()
Gets the ID of the destination sheet.java.util.List<RowMapping>
getRowMappings()
Gets the Array of RowMapping objects.CopyOrMoveRowResult
setDestinationSheetId(java.lang.String destinationSheetId)
Sets the ID of the destination sheet.CopyOrMoveRowResult
setRowMappings(java.util.List<RowMapping> rowMappings)
Sets the Array of RowMapping objects.
-
-
-
Method Detail
-
getDestinationSheetId
public java.lang.String getDestinationSheetId()
Gets the ID of the destination sheet.- Returns:
- ID of the destination sheet
-
setDestinationSheetId
public CopyOrMoveRowResult setDestinationSheetId(java.lang.String destinationSheetId)
Sets the ID of the destination sheet.- Parameters:
destinationSheetId
- ID of the destination sheet
-
getRowMappings
public java.util.List<RowMapping> getRowMappings()
Gets the Array of RowMapping objects.- Returns:
- Array of RowMapping objects
-
setRowMappings
public CopyOrMoveRowResult setRowMappings(java.util.List<RowMapping> rowMappings)
Sets the Array of RowMapping objects.- Parameters:
rowMappings
- the Array of RowMapping objects
-
-