Class CopyOrMoveRowDirective


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

      • CopyOrMoveRowDirective

        public CopyOrMoveRowDirective()
        Constructors
      • CopyOrMoveRowDirective

        public CopyOrMoveRowDirective​(java.lang.Long destinationSheetId)
    • Method Detail

      • getRowIds

        public java.util.List<java.lang.Long> getRowIds()
        Gets the IDs of the rows to move or copy from the source sheet..
        Returns:
        the IDs of the rows to move or copy from the source sheet.
      • setRowIds

        public CopyOrMoveRowDirective setRowIds​(java.util.List<java.lang.Long> rowIds)
        Sets the IDs of the rows to move or copy from the source sheet.
        Parameters:
        rowIds - ID of the destination sheet
      • getTo

        public CopyOrMoveRowDestination getTo()
        Gets the CopyOrMoveRowDestination object that identifies the destination sheet.
        Returns:
        the CopyOrMoveRowDestination object that identifies the destination sheet.