类 UpdateConfigJobReq

java.lang.Object
com.lark.oapi.service.hire.v1.model.UpdateConfigJobReq

public class UpdateConfigJobReq extends Object
  • 构造器详细资料

    • UpdateConfigJobReq

      public UpdateConfigJobReq()
    • UpdateConfigJobReq

      public UpdateConfigJobReq(UpdateConfigJobReq.Builder builder)
  • 方法详细资料

    • newBuilder

      public static UpdateConfigJobReq.Builder newBuilder()
    • getUserIdType

      public String getUserIdType()
    • setUserIdType

      public void setUserIdType(String userIdType)
    • getJobId

      public String getJobId()
    • setJobId

      public void setJobId(String jobId)
    • getJobConfig

      public JobConfig getJobConfig()
    • setJobConfig

      public void setJobConfig(JobConfig body)