类 CreateProgressRecordReqBody.Builder
java.lang.Object
com.lark.oapi.service.okr.v1.model.CreateProgressRecordReqBody.Builder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()content(ContentBlock content) 进展详情 富文本格式sourceTitle(String sourceTitle) 进展来源进展来源链接sourceUrlMobile(String sourceUrlMobile) mobile进展来源链接sourceUrlPc(String sourceUrlPc) pc进展来源链接目标id,与target_type对应targetType(CreateProgressRecordTargetTypeEnum targetType) 目标类型targetType(Integer targetType) 目标类型
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
sourceTitle
进展来源示例值:周报系统
- 参数:
sourceTitle-- 返回:
-
sourceUrl
进展来源链接示例值:https://www.zhoubao.com
- 参数:
sourceUrl-- 返回:
-
targetId
目标id,与target_type对应示例值:7041430377642082323
- 参数:
targetId-- 返回:
-
targetType
目标类型示例值:1
- 参数:
targetType-- 返回:
-
targetType
public CreateProgressRecordReqBody.Builder targetType(CreateProgressRecordTargetTypeEnum targetType) 目标类型示例值:1
- 参数:
targetType-CreateProgressRecordTargetTypeEnum- 返回:
-
content
进展详情 富文本格式示例值:
- 参数:
content-- 返回:
-
sourceUrlPc
pc进展来源链接示例值:open.feishu.cn
- 参数:
sourceUrlPc-- 返回:
-
sourceUrlMobile
mobile进展来源链接示例值:open.feishu.cn
- 参数:
sourceUrlMobile-- 返回:
-
build
-