类 CreateTaskCommentReq

java.lang.Object
com.lark.oapi.service.task.v1.model.CreateTaskCommentReq

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

    • CreateTaskCommentReq

      public CreateTaskCommentReq()
    • CreateTaskCommentReq

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

    • newBuilder

      public static CreateTaskCommentReq.Builder newBuilder()
    • getUserIdType

      public String getUserIdType()
    • setUserIdType

      public void setUserIdType(String userIdType)
    • getTaskId

      public String getTaskId()
    • setTaskId

      public void setTaskId(String taskId)
    • getComment

      public Comment getComment()
    • setComment

      public void setComment(Comment body)