public class UserAPIAdapter extends AuthRetrofitAPIImpl<UserAPIRetrofit> implements UserAPI
apiKey, apiKeyVersion, baseUrl, passPhrase, secret| 构造器和说明 |
|---|
UserAPIAdapter(String baseUrl,
String apiKey,
String secret,
String passPhrase,
Integer apiKeyVersion) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<SubUserInfoResponse> |
listSubUsers()
Get a list of sub-users.
|
Pagination<SubUserInfoResponse> |
pageListSubUsers(int currentPage,
int pageSize)
Get a page list of sub-users.
|
getAPIImplexecuteSync, getApiKey, getBaseUrl, getErrorResponse, getPassPhrase, getSecret, setApiKey, setBaseUrl, setPassPhrase, setSecretpublic List<SubUserInfoResponse> listSubUsers() throws IOException
UserAPIYou can create sub-users on web end.
listSubUsers 在接口中 UserAPIIOException - on socket errors.public Pagination<SubUserInfoResponse> pageListSubUsers(int currentPage, int pageSize) throws IOException
UserAPIYou can create sub-users on web end.
pageListSubUsers 在接口中 UserAPIcurrentPage - The page to fetchpageSize - The page size.IOException - on socket errors.Copyright © 2023. All rights reserved.