类 PatchCommentReq

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

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

    • PatchCommentReq

      public PatchCommentReq()
    • PatchCommentReq

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

    • newBuilder

      public static PatchCommentReq.Builder newBuilder()
    • getUserIdType

      public String getUserIdType()
    • setUserIdType

      public void setUserIdType(String userIdType)
    • getCommentId

      public String getCommentId()
    • setCommentId

      public void setCommentId(String commentId)
    • getPatchCommentReqBody

      public PatchCommentReqBody getPatchCommentReqBody()
    • setPatchCommentReqBody

      public void setPatchCommentReqBody(PatchCommentReqBody body)