更新时间:2022-09-08 GMT+08:00
分享

查找用户

功能简介

通过访问Manager接口完成查找用户。

代码样例

以下代码片段是查找用户的示例,在rest.UserManager类的main方法中。

    //访问Manager接口完成查找用户列表    
    operationName = "QueryUserList";            
    operationUrl = webUrl + QUERY_USER_LIST_URL;            
    String responseLineContent = httpManager.sendHttpGetRequest(httpClient, operationUrl, operationName);            
    LOG.info("The {} response is {}.", operationName, responseLineContent);
分享:

    相关文档

    相关产品