Kgapi
9#include "kgapiblogger_export.h"
19class KGAPIBLOGGER_EXPORT Comment :
public KGAPI2::Object
26 void setId(
const QString &
id);
28 QString postId()
const;
29 void setPostId(
const QString &postId);
31 QString blogId()
const;
32 void setBlogId(
const QString &blogId);
34 QDateTime published()
const;
35 void setPublished(
const QDateTime &published);
37 QDateTime updated()
const;
38 void setUpdated(
const QDateTime &updated);
40 QString content()
const;
41 void setContent(
const QString &content);
43 QString authorId()
const;
44 void setAuthorId(
const QString &authorId);
46 QString authorName()
const;
47 void setAuthorName(
const QString &authorName);
49 QUrl authorUrl()
const;
50 void setAuthorUrl(
const QUrl &url);
52 QUrl authorImageUrl()
const;
53 void setAuthorImageUrl(
const QUrl &authorImageUrl);
55 QString inReplyTo()
const;
56 void setInReplyTo(
const QString &inReplyTo);
59 void setStatus(
const QString &
status);
61 static CommentPtr fromJSON(
const QByteArray &rawData);
62 static ObjectsList fromJSONFeed(
const QByteArray &rawData, FeedData &feedData);
65 Q_DISABLE_COPY(Comment)
Q_SCRIPTABLE CaptureState status()
A job to fetch a single map tile described by a StaticMapUrl.
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:57:30 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.