Kgapi
12#include <QSharedDataPointer>
13#include "kgapipeople_export.h"
23namespace KGAPI2::People
26struct MiscKeywordDefinition;
54 MiscKeyword(
const MiscKeywordDefinition &definition);
A person's miscellaneous keyword.
QString formattedType() const
Output only.
FieldMetadata metadata() const
Metadata about the miscellaneous keyword.
void setMetadata(const FieldMetadata &value)
Sets value of the metadata property.
@ OUTLOOK_USER
Outlook field for user.
@ OUTLOOK_DIRECTORY_SERVER
Outlook field for directory server.
@ TYPE_UNSPECIFIED
Unspecified.
@ OUTLOOK_MILEAGE
Outlook field for mileage.
@ OUTLOOK_PRIORITY
Outlook field for priority.
@ OUTLOOK_KEYWORD
Outlook field for keyword.
@ OUTLOOK_SENSITIVITY
Outlook field for sensitivity.
@ OUTLOOK_SUBJECT
Outlook field for subject.
@ OUTLOOK_BILLING_INFORMATION
Outlook field for billing information.
void setValue(const QString &value)
Sets value of the value property.
MiscKeyword()
Constructs a new MiscKeyword.
MiscKeyword::Type type() const
The miscellaneous keyword type.
QString value() const
The value of the miscellaneous keyword.
void setType(MiscKeyword::Type value)
Sets value of the type property.
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 12:07:24 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.