KGAPI2::People::PeopleService

KGAPI2::People::PeopleService Namespace Reference

Functions

QString allContactGroupRecentlyCreatedAvailableFields ()
 
QString allPersonFields ()
 
QString allUpdatablePersonFields ()
 
QUrl createContactGroupUrl ()
 
QUrl createContactUrl ()
 
QUrl deleteContactGroupUrl (const QString &resourceName, const bool deleteContacts)
 
QUrl deleteContactPhotoUrl (const QString &resourceName, const QString &personFields)
 
QUrl deleteContactUrl (const QString &resourceName)
 
QUrl fetchAllContactGroupsUrl ()
 
QUrl fetchAllContactsUrl (const QString &syncToken)
 
QUrl fetchContactGroupUrl (const QString &resourceName)
 
QUrl fetchContactUrl (const QString &resourceName)
 
ObjectPtr JSONToPerson (const QByteArray &jsonData)
 
ObjectsList parseConnectionsJSONFeed (FeedData &feedData, const QByteArray &jsonFeed, const QString &syncToken)
 
ObjectsList parseContactGroupsJSONFeed (FeedData &feedData, const QByteArray &jsonFeed)
 
QUrl updateContactGroupUrl (const QString &resourceName)
 
QUrl updateContactPhotoUrl (const QString &resourceName)
 
QUrl updateContactUrl (const QString &resourceName, const QString &personFields)
 

Detailed Description

Additional methods for implementing support for Google People service.

You should never need to use these methods, unless implementing your own Job

Function Documentation

◆ allContactGroupRecentlyCreatedAvailableFields()

KGAPIPEOPLE_EXPORT QString KGAPI2::People::PeopleService::allContactGroupRecentlyCreatedAvailableFields ( )

Definition at line 140 of file peopleservice.cpp.

◆ allPersonFields()

KGAPIPEOPLE_EXPORT QString KGAPI2::People::PeopleService::allPersonFields ( )

Definition at line 130 of file peopleservice.cpp.

◆ allUpdatablePersonFields()

KGAPIPEOPLE_EXPORT QString KGAPI2::People::PeopleService::allUpdatablePersonFields ( )

Definition at line 135 of file peopleservice.cpp.

◆ createContactGroupUrl()

KGAPIPEOPLE_EXPORT QUrl KGAPI2::People::PeopleService::createContactGroupUrl ( )

Definition at line 244 of file peopleservice.cpp.

◆ createContactUrl()

KGAPIPEOPLE_EXPORT QUrl KGAPI2::People::PeopleService::createContactUrl ( )

Definition at line 190 of file peopleservice.cpp.

◆ deleteContactGroupUrl()

KGAPIPEOPLE_EXPORT QUrl KGAPI2::People::PeopleService::deleteContactGroupUrl ( const QString & resourceName,
const bool deleteContacts )

Definition at line 259 of file peopleservice.cpp.

◆ deleteContactPhotoUrl()

KGAPIPEOPLE_EXPORT QUrl KGAPI2::People::PeopleService::deleteContactPhotoUrl ( const QString & resourceName,
const QString & personFields )

Definition at line 279 of file peopleservice.cpp.

◆ deleteContactUrl()

KGAPIPEOPLE_EXPORT QUrl KGAPI2::People::PeopleService::deleteContactUrl ( const QString & resourceName)

Definition at line 210 of file peopleservice.cpp.

◆ fetchAllContactGroupsUrl()

KGAPIPEOPLE_EXPORT QUrl KGAPI2::People::PeopleService::fetchAllContactGroupsUrl ( )

Definition at line 217 of file peopleservice.cpp.

◆ fetchAllContactsUrl()

KGAPIPEOPLE_EXPORT QUrl KGAPI2::People::PeopleService::fetchAllContactsUrl ( const QString & syncToken)

Definition at line 158 of file peopleservice.cpp.

◆ fetchContactGroupUrl()

KGAPIPEOPLE_EXPORT QUrl KGAPI2::People::PeopleService::fetchContactGroupUrl ( const QString & resourceName)

Definition at line 231 of file peopleservice.cpp.

◆ fetchContactUrl()

KGAPIPEOPLE_EXPORT QUrl KGAPI2::People::PeopleService::fetchContactUrl ( const QString & resourceName)

Definition at line 177 of file peopleservice.cpp.

◆ JSONToPerson()

ObjectPtr KGAPI2::People::PeopleService::JSONToPerson ( const QByteArray & jsonData)

Definition at line 145 of file peopleservice.cpp.

◆ parseConnectionsJSONFeed()

KGAPIPEOPLE_EXPORT ObjectsList KGAPI2::People::PeopleService::parseConnectionsJSONFeed ( FeedData & feedData,
const QByteArray & jsonFeed,
const QString & syncToken )

Definition at line 291 of file peopleservice.cpp.

◆ parseContactGroupsJSONFeed()

KGAPIPEOPLE_EXPORT ObjectsList KGAPI2::People::PeopleService::parseContactGroupsJSONFeed ( FeedData & feedData,
const QByteArray & jsonFeed )

Definition at line 315 of file peopleservice.cpp.

◆ updateContactGroupUrl()

KGAPIPEOPLE_EXPORT QUrl KGAPI2::People::PeopleService::updateContactGroupUrl ( const QString & resourceName)

Definition at line 251 of file peopleservice.cpp.

◆ updateContactPhotoUrl()

KGAPIPEOPLE_EXPORT QUrl KGAPI2::People::PeopleService::updateContactPhotoUrl ( const QString & resourceName)

Definition at line 272 of file peopleservice.cpp.

◆ updateContactUrl()

KGAPIPEOPLE_EXPORT QUrl KGAPI2::People::PeopleService::updateContactUrl ( const QString & resourceName,
const QString & personFields )

Definition at line 198 of file peopleservice.cpp.

This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri May 17 2024 11:54:23 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.