Kgapi
relationshipinterest.cpp
35 return formattedValue == other.formattedValue && metadata == other.metadata && value == other.value;
56RelationshipInterest &RelationshipInterest::operator=(RelationshipInterest &&) noexcept = default;
102 // Output only -> PeopleUtils::addValueToJsonObjectIfValid(obj, "formattedValue", d->formattedValue);
103 // Skip, field metadata is only useful for receiving -> PeopleUtils::addValueToJsonObjectIfValid(obj, "metadata", d->metadata.toJSON());
DEPRECATED: No data will be returned A person's relationship interest .
Definition relationshipinterest.h:32
void setMetadata(const FieldMetadata &value)
Sets value of the metadata property.
Definition relationshipinterest.cpp:78
QString value() const
The kind of relationship the person is looking for.
Definition relationshipinterest.cpp:82
FieldMetadata metadata() const
Metadata about the relationship interest.
Definition relationshipinterest.cpp:73
void setValue(const QString &value)
Sets value of the value property.
Definition relationshipinterest.cpp:87
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:36:14 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:36:14 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.