public class CopyFolderRequestData 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 |
---|
CopyFolderRequestData(String srcPath,
String destPath,
String srcStorageName,
String destStorageName)
Initializes a new instance of the CopyFolderRequestData class.
|
public String srcPath
public String destPath
public String srcStorageName
public String destStorageName
public CopyFolderRequestData(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 © 2019. All rights reserved.