toggle menu
opensdk
androidJvm
switch theme
search in API
opensdk
/
com.alicloud.databox.opensdk.scope
/
AliyunpanFileScope
/
GetStarredList
Get
Starred
List
class
GetStarredList
(
driveId
:
String
,
limit
:
Int
?
=
null
,
marker
:
String
?
=
null
,
orderBy
:
String
?
=
null
,
videoThumbnailTime
:
Long
?
=
null
,
videoThumbnailWidth
:
Long
?
=
null
,
imageThumbnailWidth
:
Long
?
=
null
,
orderDirection
:
String
?
=
null
,
type
:
String
?
=
null
)
:
AliyunpanScope
获取收藏文件列表
Members
Constructors
Get
Starred
List
Link copied to clipboard
constructor
(
driveId
:
String
,
limit
:
Int
?
=
null
,
marker
:
String
?
=
null
,
orderBy
:
String
?
=
null
,
videoThumbnailTime
:
Long
?
=
null
,
videoThumbnailWidth
:
Long
?
=
null
,
imageThumbnailWidth
:
Long
?
=
null
,
orderDirection
:
String
?
=
null
,
type
:
String
?
=
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
?
>