类 UnbindDepartmentUnitReqBody

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

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

    • UnbindDepartmentUnitReqBody

      public UnbindDepartmentUnitReqBody()
    • UnbindDepartmentUnitReqBody

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

    • newBuilder

      public static UnbindDepartmentUnitReqBody.Builder newBuilder()
    • getUnitId

      public String getUnitId()
    • setUnitId

      public void setUnitId(String unitId)
    • getDepartmentId

      public String getDepartmentId()
    • setDepartmentId

      public void setDepartmentId(String departmentId)
    • getDepartmentIdType

      public String getDepartmentIdType()
    • setDepartmentIdType

      public void setDepartmentIdType(String departmentIdType)