Class DropboxMoveResult
- java.lang.Object
-
- org.apache.camel.component.dropbox.dto.DropboxMoveResult
-
public class DropboxMoveResult extends Object
-
-
Constructor Summary
Constructors Constructor Description DropboxMoveResult(String oldPath, String newPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getNewPath()
String
getOldPath()
-