Class CopyOrMoveRowDirective.InsertCopyOrMoveRowDirectiveBuilder

  • Enclosing class:
    CopyOrMoveRowDirective

    public static class CopyOrMoveRowDirective.InsertCopyOrMoveRowDirectiveBuilder
    extends java.lang.Object
    A convenience class to help create a CopyOrMoveRowDestination object with the appropriate fields for adding to a sheet.
    • Constructor Detail

      • InsertCopyOrMoveRowDirectiveBuilder

        public InsertCopyOrMoveRowDirectiveBuilder()
    • 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.
      • getTo

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

        public CopyOrMoveRowDirective build()
        Builds the CopyOrMoveRowDirective.
        Returns:
        the CopyOrMoveRowDirective