Class RelocationBatchV2Launch

java.lang.Object
com.dropbox.core.v2.files.RelocationBatchV2Launch

public final class RelocationBatchV2Launch extends Object
Result returned by DbxUserFilesRequests.copyBatchV2(java.util.List,boolean) or DbxUserFilesRequests.moveBatchV2(java.util.List) that may either launch an asynchronous job or complete synchronously.

This class is a tagged union. Tagged unions instances are always associated to a specific tag. This means only one of the isAbc() methods will return true. You can use tag() to determine the tag associated with this instance.