public class CopyFileRequest extends Object
Modifier and Type | Field and Description |
---|---|
String |
destPath
Destination file path
|
String |
destStorageName
Destination storage name
|
String |
srcPath
Source file path e.g.
|
String |
srcStorageName
Source storage name
|
String |
versionId
File version ID to copy
|
public String srcPath
public String destPath
public String srcStorageName
public String destStorageName
public String versionId
public CopyFileRequest(String srcPath, String destPath, String srcStorageName, String destStorageName, String versionId)
srcPath
- Source file path e.g. '/folder/file.ext'destPath
- Destination file pathsrcStorageName
- Source storage namedestStorageName
- Destination storage nameversionId
- File version ID to copyCopyright © 2020 Aspose Pty Ltd. All rights reserved.