类 ObjectiveIdWithKrId.Builder

java.lang.Object
com.lark.oapi.service.docx.v1.model.ObjectiveIdWithKrId.Builder
封闭类:
ObjectiveIdWithKrId

public static class ObjectiveIdWithKrId.Builder extends Object
  • 构造器详细资料

    • Builder

      public Builder()
  • 方法详细资料

    • objectiveId

      public ObjectiveIdWithKrId.Builder objectiveId(String objectiveId)
      OKR 中 Objective 的 ID

      示例值:7109022409227026460

      参数:
      objectiveId -
      返回:
    • krIds

      public ObjectiveIdWithKrId.Builder krIds(String[] krIds)
      Key Result 的 ID 列表,此值为空时插入当前 Objective 下的所有 Key Result

      示例值:["7109022573011894300","7109022546444517404"]

      参数:
      krIds -
      返回:
    • build

      public ObjectiveIdWithKrId build()