类 GetProgressRecordReq.Builder
java.lang.Object
com.lark.oapi.service.okr.v1.model.GetProgressRecordReq.Builder
- 封闭类:
GetProgressRecordReq
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()progressId(String progressId) 待查询的 OKR进展记录 IDuserIdType(GetProgressRecordUserIdTypeEnum userIdType) 此次调用中使用的用户ID的类型userIdType(String userIdType) 此次调用中使用的用户ID的类型
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
userIdType
此次调用中使用的用户ID的类型示例值:
- 参数:
userIdType-- 返回:
-
userIdType
此次调用中使用的用户ID的类型示例值:
- 参数:
userIdType-GetProgressRecordUserIdTypeEnum- 返回:
-
progressId
待查询的 OKR进展记录 ID示例值:7041857032248410131
- 参数:
progressId-- 返回:
-
build
-