QCloudGetFavoriteListRequest Class Reference

Inherits from QCloudSMHUserBizRequest : QCloudSMHBaseRequest : QCloudHTTPRequest
Declared in QCloudGetFavoriteListRequest.h
QCloudGetFavoriteListRequest.m

Overview

获取收藏列表

  page

分页码,默认第一页,可选参数;

@property (nonatomic, assign) NSInteger page

Declared In

QCloudGetFavoriteListRequest.h

  pageSize

分页大小,默认 20,可选参数;

@property (nonatomic, assign) NSInteger pageSize

Declared In

QCloudGetFavoriteListRequest.h

  limit

限制响应体中的条目数,如不指定则默认为 1000;

@property (nonatomic, assign) NSInteger limit

Declared In

QCloudGetFavoriteListRequest.h

  marker

分页标记,当需要分页时,响应体中将返回下一次请求时用于该参数的值,当请求第一页时无需指定该参数

@property (nonatomic, copy) NSString *marker

Declared In

QCloudGetFavoriteListRequest.h

  favoriteGroupId

收藏夹 ID,可选参数;

@property (nonatomic, copy) NSString *favoriteGroupId

Declared In

QCloudGetFavoriteListRequest.h

  sortType

排序字段,按名称排序为 QCloudSMHSortTypeFavoriteTime, 按修改时间排序为

@property (nonatomic, assign) QCloudSMHSortType sortType

Declared In

QCloudGetFavoriteListRequest.h