Package com.dropbox.core.v2.files
Class MoveBatchBuilder
- java.lang.Object
- 
- com.dropbox.core.v2.files.MoveBatchBuilder
 
- 
 public class MoveBatchBuilder extends java.lang.ObjectThe request builder returned byDbxUserFilesRequests.moveBatchBuilder(java.util.List<com.dropbox.core.v2.files.RelocationPath>).Use this class to set optional request parameters and complete the request. 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RelocationBatchLaunchstart()Issues the request.MoveBatchBuilderwithAllowOwnershipTransfer(java.lang.Boolean allowOwnershipTransfer)Set value for optional field.MoveBatchBuilderwithAllowSharedFolder(java.lang.Boolean allowSharedFolder)Set value for optional field.MoveBatchBuilderwithAutorename(java.lang.Boolean autorename)Set value for optional field.
 
- 
- 
- 
Method Detail- 
withAutorenamepublic MoveBatchBuilder 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 with any file, have the Dropbox server try to autorename that file to avoid the conflict. Defaults to- falsewhen set to- null.
- Returns:
- this builder
 
 - 
withAllowSharedFolderpublic MoveBatchBuilder withAllowSharedFolder(java.lang.Boolean allowSharedFolder) Set value for optional field.If left unset or set to null, defaults tofalse.- Parameters:
- allowSharedFolder- This flag has no effect. Defaults to- falsewhen set to- null.
- Returns:
- this builder
 
 - 
withAllowOwnershipTransferpublic MoveBatchBuilder withAllowOwnershipTransfer(java.lang.Boolean allowOwnershipTransfer) Set value for optional field.If left unset or set to null, defaults tofalse.- Parameters:
- allowOwnershipTransfer- Allow moves by owner even if it would result in an ownership transfer for the content being moved. This does not apply to copies. Defaults to- falsewhen set to- null.
- Returns:
- this builder
 
 - 
startpublic RelocationBatchLaunch start() throws DbxApiException, DbxException Issues the request.- Throws:
- DbxApiException
- DbxException
 
 
- 
 
-