Class CopyOrMoveRowResult


  • public class CopyOrMoveRowResult
    extends java.lang.Object
    • Constructor Detail

      • CopyOrMoveRowResult

        public CopyOrMoveRowResult()
    • 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