public static class ContactService.User extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
BatchGetIdUserResp |
batchGetId(BatchGetIdUserReq req) |
BatchGetIdUserResp |
batchGetId(BatchGetIdUserReq req,
RequestOptions reqOptions) |
CreateUserResp |
create(CreateUserReq req) |
CreateUserResp |
create(CreateUserReq req,
RequestOptions reqOptions) |
DeleteUserResp |
delete(DeleteUserReq req) |
DeleteUserResp |
delete(DeleteUserReq req,
RequestOptions reqOptions) |
FindByDepartmentUserResp |
findByDepartment(FindByDepartmentUserReq req) |
FindByDepartmentUserResp |
findByDepartment(FindByDepartmentUserReq req,
RequestOptions reqOptions) |
GetUserResp |
get(GetUserReq req) |
GetUserResp |
get(GetUserReq req,
RequestOptions reqOptions) |
ListUserResp |
list(ListUserReq req) |
ListUserResp |
list(ListUserReq req,
RequestOptions reqOptions) |
PatchUserResp |
patch(PatchUserReq req) |
PatchUserResp |
patch(PatchUserReq req,
RequestOptions reqOptions) |
UpdateUserResp |
update(UpdateUserReq req) |
UpdateUserResp |
update(UpdateUserReq req,
RequestOptions reqOptions) |
public User(Config config)
public BatchGetIdUserResp batchGetId(BatchGetIdUserReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic BatchGetIdUserResp batchGetId(BatchGetIdUserReq req) throws Exception
Exceptionpublic CreateUserResp create(CreateUserReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic CreateUserResp create(CreateUserReq req) throws Exception
Exceptionpublic DeleteUserResp delete(DeleteUserReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic DeleteUserResp delete(DeleteUserReq req) throws Exception
Exceptionpublic FindByDepartmentUserResp findByDepartment(FindByDepartmentUserReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic FindByDepartmentUserResp findByDepartment(FindByDepartmentUserReq req) throws Exception
Exceptionpublic GetUserResp get(GetUserReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic GetUserResp get(GetUserReq req) throws Exception
Exceptionpublic ListUserResp list(ListUserReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic ListUserResp list(ListUserReq req) throws Exception
Exceptionpublic PatchUserResp patch(PatchUserReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic PatchUserResp patch(PatchUserReq req) throws Exception
Exceptionpublic UpdateUserResp update(UpdateUserReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic UpdateUserResp update(UpdateUserReq req) throws Exception
ExceptionCopyright © 2022. All rights reserved.