toggle menu
opensdk
androidJvm
switch theme
search in API
opensdk
/
com.alicloud.databox.opensdk.scope
/
AliyunpanFileScope
/
CopyFile
Copy
File
class
CopyFile
(
driveId
:
String
,
fileId
:
String
,
toDriveId
:
String
?
=
null
,
toParentFileId
:
String
,
autoRename
:
Boolean
?
=
null
)
:
AliyunpanScope
复制文件或文件夹
Members
Constructors
Copy
File
Link copied to clipboard
constructor
(
driveId
:
String
,
fileId
:
String
,
toDriveId
:
String
?
=
null
,
toParentFileId
:
String
,
autoRename
:
Boolean
?
=
null
)
Functions
get
Api
Link copied to clipboard
open
override
fun
getApi
(
)
:
String
get
Http
Method
Link copied to clipboard
open
override
fun
getHttpMethod
(
)
:
String
get
Request
Link copied to clipboard
open
override
fun
getRequest
(
)
:
Map
<
String
,
Any
?
>