public class CreateFolderBatchBuilder
extends java.lang.Object
DbxUserFilesRequests.createFolderBatchBuilder(java.util.List<java.lang.String>)
.
Use this class to set optional request parameters and complete the request.
Modifier and Type | Method and Description |
---|---|
CreateFolderBatchLaunch |
start()
Issues the request.
|
CreateFolderBatchBuilder |
withAutorename(java.lang.Boolean autorename)
Set value for optional field.
|
CreateFolderBatchBuilder |
withForceAsync(java.lang.Boolean forceAsync)
Set value for optional field.
|
public CreateFolderBatchBuilder withAutorename(java.lang.Boolean autorename)
If left unset or set to null
, defaults to false
.
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
.public CreateFolderBatchBuilder withForceAsync(java.lang.Boolean forceAsync)
If left unset or set to null
, defaults to false
.
forceAsync
- Whether to force the create to happen asynchronously.
Defaults to false
when set to null
.public CreateFolderBatchLaunch start() throws DbxApiException, DbxException
DbxApiException
DbxException