类 Offer.Builder

java.lang.Object
com.lark.oapi.service.hire.v1.model.Offer.Builder
封闭类:
Offer

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

    • Builder

      public Builder()
  • 方法详细资料

    • id

      public Offer.Builder id(String id)
      Offer ID

      示例值:1231231231231231

      参数:
      id -
      返回:
    • applicationId

      public Offer.Builder applicationId(String applicationId)
      投递 ID

      示例值:1231231232312312

      参数:
      applicationId -
      返回:
    • basicInfo

      public Offer.Builder basicInfo(ApplicationOfferBasicInfo basicInfo)
      基础信息

      示例值:

      参数:
      basicInfo -
      返回:
    • salaryPlan

      public Offer.Builder salaryPlan(ApplicationOfferSalaryPlan salaryPlan)
      薪酬计划

      示例值:

      参数:
      salaryPlan -
      返回:
    • schemaId

      public Offer.Builder schemaId(String schemaId)
      当前 Offer 使用的 Schema

      示例值:6963562624677398823

      参数:
      schemaId -
      返回:
    • offerStatus

      public Offer.Builder offerStatus(Integer offerStatus)
      Offer 状态

      示例值:1

      参数:
      offerStatus -
      返回:
    • offerType

      public Offer.Builder offerType(Integer offerType)
      Offer 类型

      示例值:Offer 类型

      参数:
      offerType -
      返回:
    • jobInfo

      public Offer.Builder jobInfo(OfferJobInfo jobInfo)
      职位信息

      示例值:

      参数:
      jobInfo -
      返回:
    • customizedModuleList

      public Offer.Builder customizedModuleList(ApplicationOfferCustomModule[] customizedModuleList)
      offer自定义模块列表

      示例值:

      参数:
      customizedModuleList -
      返回:
    • build

      public Offer build()