类 PatchSectionReq

java.lang.Object
com.lark.oapi.service.task.v2.model.PatchSectionReq

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

    • PatchSectionReq

      public PatchSectionReq()
    • PatchSectionReq

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

    • newBuilder

      public static PatchSectionReq.Builder newBuilder()
    • getUserIdType

      public String getUserIdType()
    • setUserIdType

      public void setUserIdType(String userIdType)
    • getSectionGuid

      public String getSectionGuid()
    • setSectionGuid

      public void setSectionGuid(String sectionGuid)
    • getPatchSectionReqBody

      public PatchSectionReqBody getPatchSectionReqBody()
    • setPatchSectionReqBody

      public void setPatchSectionReqBody(PatchSectionReqBody body)