Class CreateFolderBatchBuilder

    • Method Detail

      • withAutorename

        public CreateFolderBatchBuilder 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 folder to avoid the conflict. Defaults to false when set to null.
        Returns:
        this builder
      • withForceAsync

        public CreateFolderBatchBuilder withForceAsync​(java.lang.Boolean forceAsync)
        Set value for optional field.

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

        Parameters:
        forceAsync - Whether to force the create to happen asynchronously. Defaults to false when set to null.
        Returns:
        this builder