类 QueryEmployeesJobDataReq

java.lang.Object
com.lark.oapi.service.corehr.v2.model.QueryEmployeesJobDataReq

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

    • QueryEmployeesJobDataReq

      public QueryEmployeesJobDataReq()
    • QueryEmployeesJobDataReq

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

    • newBuilder

      public static QueryEmployeesJobDataReq.Builder newBuilder()
    • getPageSize

      public Integer getPageSize()
    • setPageSize

      public void setPageSize(Integer pageSize)
    • getPageToken

      public String getPageToken()
    • setPageToken

      public void setPageToken(String pageToken)
    • getUserIdType

      public String getUserIdType()
    • setUserIdType

      public void setUserIdType(String userIdType)
    • getDepartmentIdType

      public String getDepartmentIdType()
    • setDepartmentIdType

      public void setDepartmentIdType(String departmentIdType)
    • getQueryEmployeesJobDataReqBody

      public QueryEmployeesJobDataReqBody getQueryEmployeesJobDataReqBody()
    • setQueryEmployeesJobDataReqBody

      public void setQueryEmployeesJobDataReqBody(QueryEmployeesJobDataReqBody body)