public class MoveFileRequestData extends Object
Modifier and Type | Field and Description |
---|---|
String |
destPath
Destination file path e.g.
|
String |
destStorageName
Destination storage name
|
String |
srcPath
Source file path e.g.
|
String |
srcStorageName
Source storage name
|
String |
versionId
File version ID to move
|
public String srcPath
public String destPath
public String srcStorageName
public String destStorageName
public String versionId
public MoveFileRequestData(String srcPath, String destPath, String srcStorageName, String destStorageName, String versionId)
srcPath
- Source file path e.g. '/src.ext'destPath
- Destination file path e.g. '/dest.ext'srcStorageName
- Source storage namedestStorageName
- Destination storage nameversionId
- File version ID to moveCopyright © 2019. All rights reserved.