类 BatchGetDepartmentReq

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

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

    • BatchGetDepartmentReq

      public BatchGetDepartmentReq()
    • BatchGetDepartmentReq

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

    • newBuilder

      public static BatchGetDepartmentReq.Builder newBuilder()
    • getUserIdType

      public String getUserIdType()
    • setUserIdType

      public void setUserIdType(String userIdType)
    • getDepartmentIdType

      public String getDepartmentIdType()
    • setDepartmentIdType

      public void setDepartmentIdType(String departmentIdType)
    • getBatchGetDepartmentReqBody

      public BatchGetDepartmentReqBody getBatchGetDepartmentReqBody()
    • setBatchGetDepartmentReqBody

      public void setBatchGetDepartmentReqBody(BatchGetDepartmentReqBody body)