程序包 | 说明 |
---|---|
net.bojiu.android.io.swagger.api | |
net.bojiu.android.io.swagger.model |
限定符和类型 | 方法和说明 |
---|---|
ProductionDetail |
NormalApi.normalPlayNextvideoPost(Integer productionId)
播放下一个视频
|
ProductionDetail |
NormalApi.normalProductionsProductionIdGet(Integer productionId)
获取某个作品的作品详情
|
限定符和类型 | 方法和说明 |
---|---|
com.squareup.okhttp.Call |
AdminApi.adminAuthorsAuthorIdProductionsGetAsync(Integer authorId,
Integer pageNum,
Integer pageSize,
String authState,
ApiCallback<List<ProductionDetail>> callback)
获取某个作者的所有作品 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminProductionsGetAsync(Integer pageNum,
Integer pageSize,
String authState,
ApiCallback<List<ProductionDetail>> callback)
获取所有作品 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminProputawayStateGetAsync(Integer pageNum,
Integer pageSize,
String putawyState,
ApiCallback<List<ProductionDetail>> callback)
获取所有作品【上架和未上架】 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminSearchselectproductionsGetAsync(Integer pageNum,
Integer pageSize,
Integer seleMade,
ApiCallback<List<ProductionDetail>> callback)
获取下拉筛选的作品【自制还是平台方创建】 (asynchronously)
|
com.squareup.okhttp.Call |
AuthorApi.authorAuthorsAuthorIdProductionsGetAsync(Integer authorId,
Integer pageNum,
Integer pageSize,
ApiCallback<List<ProductionDetail>> callback)
获取这个作者的所有作品接口,包括没有认证和没有上架的 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalAuthorsAuthorIdProductionsGetAsync(Integer pageNum,
Integer pageSize,
Integer authorId,
ApiCallback<List<ProductionDetail>> callback)
授权号的作品列表 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalClustersClusterIdProductionsGetAsync(Integer clusterId,
Integer pageNum,
Integer pageSize,
ApiCallback<List<ProductionDetail>> callback)
获取某个分类下的产品列表 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalHotsGetAsync(Integer pageNum,
Integer pageSize,
ApiCallback<List<ProductionDetail>> callback)
获取精选的列表 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalPlayNextvideoPostAsync(Integer productionId,
ApiCallback<ProductionDetail> callback)
播放下一个视频 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalProductionsProductionIdGetAsync(Integer productionId,
ApiCallback<ProductionDetail> callback)
获取某个作品的作品详情 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalSearchProductionsGetAsync(String keyWord,
Integer pageNum,
Integer pageSize,
ApiCallback<List<ProductionDetail>> callback)
搜索作品(根据titile,description) (asynchronously)
|
限定符和类型 | 方法和说明 |
---|---|
CommentReplyMessage |
CommentReplyMessage.production(ProductionDetail production) |
CommentLikeMessage |
CommentLikeMessage.production(ProductionDetail production) |
HistoryProduction |
HistoryProduction.productionDetail(ProductionDetail productionDetail) |
FavoriteProduction |
FavoriteProduction.productionDetail(ProductionDetail productionDetail) |
void |
CommentReplyMessage.setProduction(ProductionDetail production) |
void |
CommentLikeMessage.setProduction(ProductionDetail production) |
void |
HistoryProduction.setProductionDetail(ProductionDetail productionDetail) |
void |
FavoriteProduction.setProductionDetail(ProductionDetail productionDetail) |
Copyright © 2017. All rights reserved.