Class MoveBatchV2Builder

    • Method Detail

      • withAutorename

        public MoveBatchV2Builder withAutorename​(java.lang.Boolean autorename)
        Set value for optional field.

        If left unset or set to null, defaults to false.

        Parameters:
        autorename - If there's a conflict with any file, have the Dropbox server try to autorename that file to avoid the conflict. Defaults to false when set to null.
        Returns:
        this builder
      • withAllowOwnershipTransfer

        public MoveBatchV2Builder withAllowOwnershipTransfer​(java.lang.Boolean allowOwnershipTransfer)
        Set value for optional field.

        If left unset or set to null, defaults to false.

        Parameters:
        allowOwnershipTransfer - Allow moves by owner even if it would result in an ownership transfer for the content being moved. This does not apply to copies. Defaults to false when set to null.
        Returns:
        this builder