程序包 | 说明 |
---|---|
net.bojiu.android.io.swagger.api | |
net.bojiu.android.io.swagger.model |
限定符和类型 | 方法和说明 |
---|---|
Tag |
NormalApi.normalTagsTagIdGet(Integer tagId)
获取某个tag的信息
|
限定符和类型 | 方法和说明 |
---|---|
List<Tag> |
AdminApi.adminTagsIstopPost(Integer pageNum,
Integer pageSize,
Integer tagId)
关键词tag置顶
|
ApiResponse<List<Tag>> |
AdminApi.adminTagsIstopPostWithHttpInfo(Integer pageNum,
Integer pageSize,
Integer tagId)
关键词tag置顶
|
List<Tag> |
NormalApi.normalSearchTagGet(String keyWord,
Integer pageNum,
Integer pageSize)
搜索tag(根据name,description)
|
ApiResponse<List<Tag>> |
NormalApi.normalSearchTagGetWithHttpInfo(String keyWord,
Integer pageNum,
Integer pageSize)
搜索tag(根据name,description)
|
List<Tag> |
NormalApi.normalTagsGet(Integer pageNum,
Integer pageSize)
获取关键词列表
|
ApiResponse<List<Tag>> |
NormalApi.normalTagsGetWithHttpInfo(Integer pageNum,
Integer pageSize)
获取关键词列表
|
ApiResponse<Tag> |
NormalApi.normalTagsTagIdGetWithHttpInfo(Integer tagId)
获取某个tag的信息
|
限定符和类型 | 方法和说明 |
---|---|
Integer |
AdminApi.adminTagsPost(Tag tag) |
com.squareup.okhttp.Call |
AdminApi.adminTagsPostAsync(Tag tag,
ApiCallback<Integer> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminTagsPostCall(Tag tag,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminTagsPost
|
ApiResponse<Integer> |
AdminApi.adminTagsPostWithHttpInfo(Tag tag) |
void |
AdminApi.adminTagsTagIdPost(Integer tagId,
Tag tag)
修改这个关键词
|
com.squareup.okhttp.Call |
AdminApi.adminTagsTagIdPostAsync(Integer tagId,
Tag tag,
ApiCallback<Void> callback)
修改这个关键词 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminTagsTagIdPostCall(Integer tagId,
Tag tag,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminTagsTagIdPost
|
ApiResponse<Void> |
AdminApi.adminTagsTagIdPostWithHttpInfo(Integer tagId,
Tag tag)
修改这个关键词
|
Integer |
AuthorApi.authorTagsPost(Tag tag)
Author创建关键词
|
com.squareup.okhttp.Call |
AuthorApi.authorTagsPostAsync(Tag tag,
ApiCallback<Integer> callback)
Author创建关键词 (asynchronously)
|
com.squareup.okhttp.Call |
AuthorApi.authorTagsPostCall(Tag tag,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for authorTagsPost
|
ApiResponse<Integer> |
AuthorApi.authorTagsPostWithHttpInfo(Tag tag)
Author创建关键词
|
限定符和类型 | 方法和说明 |
---|---|
com.squareup.okhttp.Call |
AdminApi.adminTagsIstopPostAsync(Integer pageNum,
Integer pageSize,
Integer tagId,
ApiCallback<List<Tag>> callback)
关键词tag置顶 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalSearchTagGetAsync(String keyWord,
Integer pageNum,
Integer pageSize,
ApiCallback<List<Tag>> callback)
搜索tag(根据name,description) (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalTagsGetAsync(Integer pageNum,
Integer pageSize,
ApiCallback<List<Tag>> callback)
获取关键词列表 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalTagsTagIdGetAsync(Integer tagId,
ApiCallback<Tag> callback)
获取某个tag的信息 (asynchronously)
|
限定符和类型 | 方法和说明 |
---|---|
Tag |
Tag.description(String description) |
Tag |
Tag.id(Integer id) |
Tag |
Tag.isTop(Integer isTop) |
Tag |
Tag.name(String name) |
限定符和类型 | 方法和说明 |
---|---|
List<Tag> |
ProductionUpload.getTags()
Get tags
|
List<Tag> |
ProductionDetail.getTags()
Get tags
|
限定符和类型 | 方法和说明 |
---|---|
ProductionUpload |
ProductionUpload.addTagsItem(Tag tagsItem) |
ProductionDetail |
ProductionDetail.addTagsItem(Tag tagsItem) |
限定符和类型 | 方法和说明 |
---|---|
void |
ProductionUpload.setTags(List<Tag> tags) |
void |
ProductionDetail.setTags(List<Tag> tags) |
ProductionUpload |
ProductionUpload.tags(List<Tag> tags) |
ProductionDetail |
ProductionDetail.tags(List<Tag> tags) |
Copyright © 2017. All rights reserved.