Package com.dropbox.core.v2.files
Class CreateFolderBatchBuilder
- java.lang.Object
-
- com.dropbox.core.v2.files.CreateFolderBatchBuilder
-
public class CreateFolderBatchBuilder extends java.lang.ObjectThe 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 CreateFolderBatchLaunchstart()Issues the request.CreateFolderBatchBuilderwithAutorename(java.lang.Boolean autorename)Set value for optional field.CreateFolderBatchBuilderwithForceAsync(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 tofalsewhen 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 tofalsewhen set tonull.- Returns:
- this builder
-
start
public CreateFolderBatchLaunch start() throws DbxApiException, DbxException
Issues the request.- Throws:
DbxApiExceptionDbxException
-
-