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 SummaryAll 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- 
withAutorenamepublic 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 to- falsewhen set to- null.
- Returns:
- this builder
 
 - 
withForceAsyncpublic 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 to- falsewhen set to- null.
- Returns:
- this builder
 
 - 
startpublic CreateFolderBatchLaunch start() throws DbxApiException, DbxException Issues the request.- Throws:
- DbxApiException
- DbxException
 
 
- 
 
-