Class MoveBatchBuilder

    • Method Detail

      • withAutorename

        public MoveBatchBuilder 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
      • withAllowSharedFolder

        public MoveBatchBuilder withAllowSharedFolder​(java.lang.Boolean allowSharedFolder)
        Set value for optional field.

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

        Parameters:
        allowSharedFolder - This flag has no effect. Defaults to false when set to null.
        Returns:
        this builder
      • withAllowOwnershipTransfer

        public MoveBatchBuilder 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