public class CopyFolderRequest extends Object
Modifier and Type | Field and Description |
---|---|
String |
destPath
Destination folder path e.g.
|
String |
destStorageName
Destination storage name
|
String |
srcPath
Source folder path e.g.
|
String |
srcStorageName
Source storage name
|
Constructor and Description |
---|
CopyFolderRequest(String srcPath,
String destPath,
String srcStorageName,
String destStorageName)
Initializes a new instance of the CopyFolderRequest class.
|
public String srcPath
public String destPath
public String srcStorageName
public String destStorageName
public CopyFolderRequest(String srcPath, String destPath, String srcStorageName, String destStorageName)
srcPath
- Source folder path e.g. '/src'destPath
- Destination folder path e.g. '/dst'srcStorageName
- Source storage namedestStorageName
- Destination storage nameCopyright © 2020 Aspose Pty Ltd. All rights reserved.