Class CopyBuilder

    • Method Detail

      • withAllowSharedFolder

        public CopyBuilder 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
      • withAutorename

        public CopyBuilder 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, have the Dropbox server try to autorename the file to avoid the conflict. Defaults to false when set to null.
        Returns:
        this builder
      • withAllowOwnershipTransfer

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