类 BatchDepartmentReq

java.lang.Object
com.lark.oapi.service.contact.v3.model.BatchDepartmentReq

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

    • BatchDepartmentReq

      public BatchDepartmentReq()
    • BatchDepartmentReq

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

    • newBuilder

      public static BatchDepartmentReq.Builder newBuilder()
    • getDepartmentIds

      public String[] getDepartmentIds()
    • setDepartmentIds

      public void setDepartmentIds(String[] departmentIds)
    • getDepartmentIdType

      public String getDepartmentIdType()
    • setDepartmentIdType

      public void setDepartmentIdType(String departmentIdType)
    • getUserIdType

      public String getUserIdType()
    • setUserIdType

      public void setUserIdType(String userIdType)