Kgapi
contactgroup.h
56 /** Output only. The name translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale for system groups names. Group
60 /** Output only. The total number of contacts in the group irrespective of max members in specified in the request. **/
63 /** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation. **/
82 /** The contact group name set by the group owner or a system provided name for system groups. For
83 * [`contactGroups.create`](/people/api/rest/v1/contactGroups/create) or [`contactGroups.update`](/people/api/rest/v1/contactGroups/update) the name must be
84 * unique to the users contact groups. Attempting to create a group with a duplicate name will return a HTTP 409 error. **/
92 /** The resource name for the contact group, assigned by the server. An ASCII string, in the form of `contactGroups/{contact_group_id}`. **/
The metadata about a contact group.
Definition contactgroupmetadata.h:28
QString resourceName() const
The resource name for the contact group, assigned by the server.
Definition contactgroup.cpp:134
void setClientData(const QList< GroupClientData > &value)
Sets value of the clientData property.
Definition contactgroup.cpp:101
void removeGroupClientData(const GroupClientData &value)
Removes the given value from the list of clientData if it exists.
Definition contactgroup.cpp:111
QString name() const
The contact group name set by the group owner or a system provided name for system groups.
Definition contactgroup.cpp:121
void setResourceName(const QString &value)
Sets value of the resourceName property.
Definition contactgroup.cpp:139
void addGroupClientData(const GroupClientData &value)
Appends the given value to the list of clientData.
Definition contactgroup.cpp:106
Arbitrary client data that is populated by clients.
Definition groupclientdata.h:33
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
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.