类 AgencyProtection.Builder

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

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

    • Builder

      public Builder()
  • 方法详细资料

    • protectionType

      public AgencyProtection.Builder protectionType(Integer protectionType)
      保护期类型

      示例值:1

      参数:
      protectionType -
      返回:
    • applicationId

      public AgencyProtection.Builder applicationId(String applicationId)
      如保护期类型为职位保护,返回职位保护所在的投递id

      示例值:6930815272790114323

      参数:
      applicationId -
      返回:
    • startTime

      public AgencyProtection.Builder startTime(String startTime)
      保护期开始时间

      示例值:1700023694629

      参数:
      startTime -
      返回:
    • expireTime

      public AgencyProtection.Builder expireTime(String expireTime)
      保护期过期时间

      示例值:1700023694630

      参数:
      expireTime -
      返回:
    • agencySupplierId

      public AgencyProtection.Builder agencySupplierId(String agencySupplierId)
      推荐的猎头供应商 ID

      示例值:6930815272790114324

      参数:
      agencySupplierId -
      返回:
    • agencySupplierName

      public AgencyProtection.Builder agencySupplierName(I18n agencySupplierName)
      推荐的猎头供应商名称

      示例值:

      参数:
      agencySupplierName -
      返回:
    • agencySupplierUserId

      public AgencyProtection.Builder agencySupplierUserId(String agencySupplierUserId)
      推荐的猎头顾问ID,目前仅作为唯一标识,不可查询具体的人员信息

      示例值:6930815272790114324

      参数:
      agencySupplierUserId -
      返回:
    • agencySupplierUserName

      public AgencyProtection.Builder agencySupplierUserName(I18n agencySupplierUserName)
      推荐的猎头顾问名称

      示例值:

      参数:
      agencySupplierUserName -
      返回:
    • build

      public AgencyProtection build()