12#include <QSharedDataPointer>
13#include "kgapipeople_export.h"
23namespace KGAPI2::People
45 bool operator==(
const Location &)
const;
46 bool operator!=(
const Location &)
const;
53 [[nodiscard]]
QString deskCode()
const;
55 void setDeskCode(
const QString &value);
58 [[nodiscard]]
QString floor()
const;
60 void setFloor(
const QString &value);
63 [[nodiscard]]
QString buildingId()
const;
65 void setBuildingId(
const QString &value);
68 [[nodiscard]]
QString type()
const;
70 void setType(
const QString &value);
73 [[nodiscard]]
bool current()
const;
75 void setCurrent(
bool value);
78 [[nodiscard]]
QString value()
const;
80 void setValue(
const QString &value);
88 [[nodiscard]]
QString floorSection()
const;
90 void setFloorSection(
const QString &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
KDE's Doxygen guidelines are available online.