类 UnbindDepartmentUnitReqBody.Builder
java.lang.Object
com.lark.oapi.service.contact.v3.model.UnbindDepartmentUnitReqBody.Builder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()departmentId(String departmentId) 预解除关联的部门IDdepartmentIdType(UnbindDepartmentUnitDepartmentIdTypeEnum departmentIdType) 此次调用中使用的部门ID的类型departmentIdType(String departmentIdType) 此次调用中使用的部门ID的类型单位ID
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
unitId
单位ID示例值:BU121
- 参数:
unitId-- 返回:
-
departmentId
预解除关联的部门ID示例值:od-4e6ac4d14bcd5071a37a39de902c7141
- 参数:
departmentId-- 返回:
-
departmentIdType
此次调用中使用的部门ID的类型示例值:open_department_id
- 参数:
departmentIdType-- 返回:
-
departmentIdType
public UnbindDepartmentUnitReqBody.Builder departmentIdType(UnbindDepartmentUnitDepartmentIdTypeEnum departmentIdType) 此次调用中使用的部门ID的类型示例值:open_department_id
- 参数:
departmentIdType-UnbindDepartmentUnitDepartmentIdTypeEnum- 返回:
-
build
-