类 OfferApplicationReq

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

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

    • OfferApplicationReq

      public OfferApplicationReq()
    • OfferApplicationReq

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

    • newBuilder

      public static OfferApplicationReq.Builder newBuilder()
    • getUserIdType

      public String getUserIdType()
    • setUserIdType

      public void setUserIdType(String userIdType)
    • getDepartmentIdType

      public String getDepartmentIdType()
    • setDepartmentIdType

      public void setDepartmentIdType(String departmentIdType)
    • getApplicationId

      public String getApplicationId()
    • setApplicationId

      public void setApplicationId(String applicationId)