Kgapi
organization.cpp
36 return location == other.location && title == other.title && type == other.type && metadata == other.metadata && symbol == other.symbol
37 && formattedType == other.formattedType && name == other.name && current == other.current && costCenter == other.costCenter
38 && department == other.department && domain == other.domain && startDate == other.startDate && jobDescription == other.jobDescription
39 && endDate == other.endDate && phoneticName == other.phoneticName && fullTimeEquivalentMillipercent == other.fullTimeEquivalentMillipercent;
274 organization.d->fullTimeEquivalentMillipercent = obj.value(QStringLiteral("fullTimeEquivalentMillipercent")).toInt();
275 organization.d->hasSetFullTimeEquivalentMillipercent = obj.contains(QStringLiteral("fullTimeEquivalentMillipercent"));
302 // Skip, field metadata is only useful for receiving -> PeopleUtils::addValueToJsonObjectIfValid(obj, "metadata", d->metadata.toJSON());
304 // Output only -> PeopleUtils::addValueToJsonObjectIfValid(obj, "formattedType", d->formattedType);
318 PeopleUtils::addValueToJsonObjectIfValid(obj, "fullTimeEquivalentMillipercent", d->fullTimeEquivalentMillipercent);
QString department() const
The person's department at the organization.
Definition organization.cpp:171
void setDomain(const QString &value)
Sets value of the domain property.
Definition organization.cpp:185
bool current() const
True if the organization is the person's current organization; false if the organization is a past or...
Definition organization.cpp:146
void setJobDescription(const QString &value)
Sets value of the jobDescription property.
Definition organization.cpp:203
QString domain() const
The domain name associated with the organization; for example, google.com.
Definition organization.cpp:180
void setLocation(const QString &value)
Sets value of the location property.
Definition organization.cpp:93
void setCostCenter(const QString &value)
Sets value of the costCenter property.
Definition organization.cpp:167
QString jobDescription() const
The person's job description at the organization.
Definition organization.cpp:198
void setSymbol(const QString &value)
Sets value of the symbol property.
Definition organization.cpp:129
void setStartDate(const QDate &value)
Sets value of the startDate property.
Definition organization.cpp:194
QDate endDate() const
The end date when the person left the organization.
Definition organization.cpp:207
QDate startDate() const
The start date when the person joined the organization.
Definition organization.cpp:189
void setFullTimeEquivalentMillipercent(int value)
Sets value of the fullTimeEquivalentMillipercent property.
Definition organization.cpp:230
void setMetadata(const FieldMetadata &value)
Sets value of the metadata property.
Definition organization.cpp:120
void setEndDate(const QDate &value)
Sets value of the endDate property.
Definition organization.cpp:212
QString location() const
The location of the organization office the person works at.
Definition organization.cpp:88
QString costCenter() const
The person's cost center at the organization.
Definition organization.cpp:162
void setDepartment(const QString &value)
Sets value of the department property.
Definition organization.cpp:176
void setPhoneticName(const QString &value)
Sets value of the phoneticName property.
Definition organization.cpp:221
int fullTimeEquivalentMillipercent() const
The person's full-time equivalent millipercent within the organization (100000 = 100%).
Definition organization.cpp:225
QString symbol() const
The symbol associated with the organization; for example, a stock ticker symbol, abbreviation,...
Definition organization.cpp:124
bool contains(QLatin1StringView key) const const
bool isEmpty() const const
QJsonValue value(QLatin1StringView key) const const
bool toBool(bool defaultValue) const const
int toInt(int defaultValue) const const
QJsonObject toObject() const const
QString toString() const const
void append(QList< T > &&value)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:36:13 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:13 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.