public class MoveBuilder extends Object
DbxUserFilesRequests.moveBuilder(java.lang.String, java.lang.String)
.
Use this class to set optional request parameters and complete the request.
Modifier and Type | Method and Description |
---|---|
Metadata |
start()
Issues the request.
|
MoveBuilder |
withAllowSharedFolder(Boolean allowSharedFolder)
Set value for optional field.
|
MoveBuilder |
withAutorename(Boolean autorename)
Set value for optional field.
|
public MoveBuilder withAllowSharedFolder(Boolean allowSharedFolder)
If left unset or set to null
, defaults to false
.
allowSharedFolder
- If true, DbxUserFilesRequests.copy(String,String)
will copy contents in
shared folder, otherwise RelocationError.CANT_COPY_SHARED_FOLDER
will be returned if RelocationArg.getFromPath()
contains shared folder. This field is
always true for DbxUserFilesRequests.move(String,String)
.
Defaults to false
when set to null
.public MoveBuilder withAutorename(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 file to avoid the conflict. Defaults to false
when set to null
.public Metadata start() throws RelocationErrorException, DbxException
RelocationErrorException
DbxException