类 DeleteTaskFollowerReq.Builder
java.lang.Object
com.lark.oapi.service.task.v1.model.DeleteTaskFollowerReq.Builder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()followerId(String followerId) 任务关注人 ID(Open ID或User ID,由user_id_type指定)任务 IDuserIdType(DeleteTaskFollowerUserIdTypeEnum userIdType) 此次调用中使用的用户ID的类型userIdType(String userIdType) 此次调用中使用的用户ID的类型
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
userIdType
此次调用中使用的用户ID的类型示例值:
- 参数:
userIdType-- 返回:
-
userIdType
此次调用中使用的用户ID的类型示例值:
- 参数:
userIdType-DeleteTaskFollowerUserIdTypeEnum- 返回:
-
taskId
任务 ID示例值:83912691-2e43-47fc-94a4-d512e03984fa
- 参数:
taskId-- 返回:
-
followerId
任务关注人 ID(Open ID或User ID,由user_id_type指定)示例值:ou_87e1a581b36ecc4862cbfbce473f346a
- 参数:
followerId-- 返回:
-
build
-