类 UpdateProgressRecordReq.Builder
java.lang.Object
com.lark.oapi.service.okr.v1.model.UpdateProgressRecordReq.Builder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()progressId(String progressId) 待更新的 OKR进展记录 IDbodyuserIdType(UpdateProgressRecordUserIdTypeEnum userIdType) 此次调用中使用的用户ID的类型userIdType(String userIdType) 此次调用中使用的用户ID的类型
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
userIdType
此次调用中使用的用户ID的类型示例值:
- 参数:
userIdType-- 返回:
-
userIdType
此次调用中使用的用户ID的类型示例值:
- 参数:
userIdType-UpdateProgressRecordUserIdTypeEnum- 返回:
-
progressId
待更新的 OKR进展记录 ID示例值:7041857032248410131
- 参数:
progressId-- 返回:
-
getUpdateProgressRecordReqBody
-
updateProgressRecordReqBody
public UpdateProgressRecordReq.Builder updateProgressRecordReqBody(UpdateProgressRecordReqBody body) body- 参数:
body-- 返回:
-
build
-