Class RelocationBatchV2JobStatus

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

public final class RelocationBatchV2JobStatus extends Object
Result returned by DbxUserFilesRequests.copyBatchCheckV2(String) or DbxUserFilesRequests.moveBatchCheckV2(String) that may either be in progress or completed with result for each entry.

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.