public static class ContactService.DepartmentUnits extends Object
| 构造器和说明 |
|---|
DepartmentUnits(ContactService service) |
| 限定符和类型 | 方法和说明 |
|---|---|
ContactService.DepartmentUnitCreateReqCall |
create(DepartmentUnit body,
RequestOptFn... optFns) |
ContactService.DepartmentUnitDeleteReqCall |
delete(RequestOptFn... optFns) |
ContactService.DepartmentUnitPatchReqCall |
patch(DepartmentUnitPatchReqBody body,
RequestOptFn... optFns) |
public DepartmentUnits(ContactService service)
public ContactService.DepartmentUnitDeleteReqCall delete(RequestOptFn... optFns)
public ContactService.DepartmentUnitPatchReqCall patch(DepartmentUnitPatchReqBody body, RequestOptFn... optFns)
public ContactService.DepartmentUnitCreateReqCall create(DepartmentUnit body, RequestOptFn... optFns)
Copyright © 2021. All rights reserved.