程序包 | 说明 |
---|---|
net.bojiu.android.io.swagger.api | |
net.bojiu.android.io.swagger.model |
限定符和类型 | 方法和说明 |
---|---|
AuthorInfo |
AdminAccountApi.adminAuthorsAuthorIdGet(Integer authorId)
获取单个授权号信息
|
限定符和类型 | 方法和说明 |
---|---|
void |
AdminAccountApi.adminAuthorsAuthorIdPost(Integer authorId,
AuthorInfo authorInfo)
修改授权号的个人信息
|
com.squareup.okhttp.Call |
AdminAccountApi.adminAuthorsAuthorIdPostAsync(Integer authorId,
AuthorInfo authorInfo,
ApiCallback<Void> callback)
修改授权号的个人信息 (asynchronously)
|
com.squareup.okhttp.Call |
AdminAccountApi.adminAuthorsAuthorIdPostCall(Integer authorId,
AuthorInfo authorInfo,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminAuthorsAuthorIdPost
|
ApiResponse<Void> |
AdminAccountApi.adminAuthorsAuthorIdPostWithHttpInfo(Integer authorId,
AuthorInfo authorInfo)
修改授权号的个人信息
|
void |
AuthorApi.authorInfoPost(AuthorInfo authorInfo)
修改自己的个人信息
|
com.squareup.okhttp.Call |
AuthorApi.authorInfoPostAsync(AuthorInfo authorInfo,
ApiCallback<Void> callback)
修改自己的个人信息 (asynchronously)
|
com.squareup.okhttp.Call |
AuthorApi.authorInfoPostCall(AuthorInfo authorInfo,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for authorInfoPost
|
ApiResponse<Void> |
AuthorApi.authorInfoPostWithHttpInfo(AuthorInfo authorInfo)
修改自己的个人信息
|
限定符和类型 | 方法和说明 |
---|---|
com.squareup.okhttp.Call |
AdminApi.adminAuthorIstopPostAsync(Integer authorId,
Integer pageNum,
Integer pageSize,
ApiCallback<List<AuthorInfo>> callback)
授权号置顶 (asynchronously)
|
com.squareup.okhttp.Call |
AdminAccountApi.adminAuthorsAuthorIdGetAsync(Integer authorId,
ApiCallback<AuthorInfo> callback)
获取单个授权号信息 (asynchronously)
|
com.squareup.okhttp.Call |
AdminAccountApi.adminAuthorsGetAsync(Integer pageNum,
Integer pageSize,
String authState,
ApiCallback<List<AuthorInfo>> callback)
获取所有的授权号信息 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminGetAuthorRecommendGetAsync(ApiCallback<List<AuthorInfo>> callback)
获取授权号推荐位 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalAuthorsFoundGetAsync(Integer pageNum,
Integer pageSize,
ApiCallback<List<AuthorInfo>> callback)
发现列表 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalSearchAuthorsGetAsync(String keyWord,
Integer pageNum,
Integer pageSize,
ApiCallback<List<AuthorInfo>> callback)
搜索授权号(根据name,description) (asynchronously)
|
限定符和类型 | 方法和说明 |
---|---|
AuthorInfo |
AuthorInfo.age(Integer age) |
AuthorInfo |
AuthorInfo.authState(String authState) |
AuthorInfo |
AuthorInfo.beFavoritedCount(Integer beFavoritedCount) |
AuthorInfo |
AuthorInfo.beFollowedCount(Integer beFollowedCount) |
AuthorInfo |
AuthorInfo.changed(Integer changed) |
AuthorInfo |
AuthorInfo.description(String description) |
AuthorInfo |
AuthorInfo.email(String email) |
AuthorInfo |
ProductionDetail.getAuthor()
Get author
|
AuthorInfo |
FollowedAuthorInfo.getAuthorInfo()
Get authorInfo
|
AuthorInfo |
AuthorAuthInfo.getAuthorInfo()
Get authorInfo
|
AuthorInfo |
AuthorInfo.headImagePath(String headImagePath) |
AuthorInfo |
AuthorInfo.id(Integer id) |
AuthorInfo |
AuthorInfo.indexAddress(String indexAddress) |
AuthorInfo |
AuthorInfo.indexBackgroudImagePath(String indexBackgroudImagePath) |
AuthorInfo |
AuthorInfo.indexPhoneNumber(String indexPhoneNumber) |
AuthorInfo |
AuthorInfo.isPlatformAuthor(Boolean isPlatformAuthor) |
AuthorInfo |
AuthorInfo.isTop(Integer isTop) |
AuthorInfo |
AuthorInfo.lastLoginTime(Long lastLoginTime) |
AuthorInfo |
AuthorInfo.name(String name) |
AuthorInfo |
AuthorInfo.productionCount(Integer productionCount) |
AuthorInfo |
AuthorInfo.registerTime(Long registerTime) |
AuthorInfo |
AuthorInfo.role(String role) |
AuthorInfo |
AuthorInfo.sex(String sex) |
限定符和类型 | 方法和说明 |
---|---|
ProductionDetail |
ProductionDetail.author(AuthorInfo author) |
FollowedAuthorInfo |
FollowedAuthorInfo.authorInfo(AuthorInfo authorInfo) |
AuthorAuthInfo |
AuthorAuthInfo.authorInfo(AuthorInfo authorInfo) |
void |
ProductionDetail.setAuthor(AuthorInfo author) |
void |
FollowedAuthorInfo.setAuthorInfo(AuthorInfo authorInfo) |
void |
AuthorAuthInfo.setAuthorInfo(AuthorInfo authorInfo) |
Copyright © 2017. All rights reserved.