public static class ContactService.Users extends Object
| 构造器和说明 |
|---|
Users(ContactService service) |
| 限定符和类型 | 方法和说明 |
|---|---|
ContactService.UserCreateReqCall |
create(User body,
RequestOptFn... optFns) |
ContactService.UserDeleteReqCall |
delete(UserDeleteReqBody body,
RequestOptFn... optFns) |
ContactService.UserGetReqCall |
get(RequestOptFn... optFns) |
ContactService.UserListReqCall |
list(RequestOptFn... optFns) |
ContactService.UserPatchReqCall |
patch(User body,
RequestOptFn... optFns) |
ContactService.UserUpdateReqCall |
update(User body,
RequestOptFn... optFns) |
ContactService.UserUpdateUserIdReqCall |
updateUserId(UserUpdateUserIdReqBody body,
RequestOptFn... optFns) |
public Users(ContactService service)
public ContactService.UserDeleteReqCall delete(UserDeleteReqBody body, RequestOptFn... optFns)
public ContactService.UserUpdateReqCall update(User body, RequestOptFn... optFns)
public ContactService.UserCreateReqCall create(User body, RequestOptFn... optFns)
public ContactService.UserPatchReqCall patch(User body, RequestOptFn... optFns)
public ContactService.UserUpdateUserIdReqCall updateUserId(UserUpdateUserIdReqBody body, RequestOptFn... optFns)
public ContactService.UserGetReqCall get(RequestOptFn... optFns)
public ContactService.UserListReqCall list(RequestOptFn... optFns)
Copyright © 2021. All rights reserved.