Package com.dropbox.core.v2.files
Class CreateFolderBatchBuilder
- java.lang.Object
-
- com.dropbox.core.v2.files.CreateFolderBatchBuilder
-
public class CreateFolderBatchBuilder extends java.lang.Object
The request builder returned byDbxUserFilesRequests.createFolderBatchBuilder(java.util.List<java.lang.String>)
.Use this class to set optional request parameters and complete the request.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
withAutorename
public CreateFolderBatchBuilder withAutorename(java.lang.Boolean autorename)
Set value for optional field.If left unset or set to
null
, defaults tofalse
.- Parameters:
autorename
- If there's a conflict, have the Dropbox server try to autorename the folder to avoid the conflict. Defaults tofalse
when set tonull
.- Returns:
- this builder
-
withForceAsync
public CreateFolderBatchBuilder withForceAsync(java.lang.Boolean forceAsync)
Set value for optional field.If left unset or set to
null
, defaults tofalse
.- Parameters:
forceAsync
- Whether to force the create to happen asynchronously. Defaults tofalse
when set tonull
.- Returns:
- this builder
-
start
public CreateFolderBatchLaunch start() throws DbxApiException, DbxException
Issues the request.- Throws:
DbxApiException
DbxException
-
-