GCF LOGO VCL LOGO
GCF::GDriveContent::Item Class Reference

#include <GCF/GDriveContent.h>
More...

Public Member Functions

QString id () const
 
QString etag () const
 
QString selfLink () const
 
QString webContentLink () const
 
QString webViewLink () const
 
QString alternateLink () const
 
QString embedLink () const
 
QVariantMap openWithLinks () const
 
QString defaultOpenWithLink () const
 
QString iconLink () const
 
QString thumbnailLink () const
 
QString title () const
 
QString mimeType () const
 
QString description () const
 
bool isStarred () const
 
bool isHidden () const
 
bool isTrashed () const
 
bool isRestricted () const
 
bool isViewed () const
 
QDateTime createdDate () const
 
QDateTime modifiedDate () const
 
QDateTime modifiedByMeDate () const
 
QDateTime lastViewedByMeDate () const
 
QDateTime sharedWithMeDate () const
 
QString downloadUrl () const
 
QVariantMap exportLinks () const
 
QString indexableText () const
 
QString originalFileName () const
 
QString fileExtension () const
 
QString md5Checksum () const
 
int fileSize () const
 
int quotaBytesUsed () const
 
QStringList ownerNames () const
 
QString lastModifyingUserName () const
 
bool isEditable () const
 
bool isCopyable () const
 
bool canWritersShare () const
 
bool isShared () const
 
bool isExplicitlyTrashed () const
 
bool isAppDataContents () const
 
QString headRevisionId () const
 
QList< ItemParentparents () const
 
Permission userPermissions () const
 
QList< Userowners () const
 
User lastModifyingUser () const
 
QList< Propertiesproperties () const
 
ImageMediaMetaData imageMediaMetaData () const
 
bool isOwnedByAuthenticatedUser () const
 
bool isFile () const
 
bool isFolder () const
 

Detailed Description

This class provides access to fields in the Item resource sent by Google Drive API. For information about this resource, please visit : https://developers.google.com/drive/v2/reference

Member Function Documentation

QString GCF::GDriveContent::Item::id ( ) const
Returns
the id attribute of the Item
QString GCF::GDriveContent::Item::etag ( ) const
Returns
the etag attribute of the Item
QString GCF::GDriveContent::Item::selfLink ( ) const
Returns
the selfLink attribute of the Item
QString GCF::GDriveContent::Item::webContentLink ( ) const
Returns
the webContentLink attribute of the Item
QString GCF::GDriveContent::Item::webViewLink ( ) const
Returns
the webViewLink attribute of the Item
QString GCF::GDriveContent::Item::alternateLink ( ) const
Returns
the alternateLink attribute of the Item
QString GCF::GDriveContent::Item::embedLink ( ) const
Returns
the embedLink attribute of the Item
QVariantMap GCF::GDriveContent::Item::openWithLinks ( ) const
Returns
the openWithLinks attribute of the Item
QString GCF::GDriveContent::Item::defaultOpenWithLink ( ) const
Returns
the defaultOpenWithLink attribute of the Item
QString GCF::GDriveContent::Item::iconLink ( ) const
Returns
the iconLink attribute of the Item
QString GCF::GDriveContent::Item::thumbnailLink ( ) const
Returns
the thumbnailLink attribute of the Item
QString GCF::GDriveContent::Item::title ( ) const
Returns
the title attribute of the Item
QString GCF::GDriveContent::Item::mimeType ( ) const
Returns
the mimeType attribute of the Item
QString GCF::GDriveContent::Item::description ( ) const
Returns
the description attribute of the Item
bool GCF::GDriveContent::Item::isStarred ( ) const
Returns
the isStarred attribute of the Item
bool GCF::GDriveContent::Item::isHidden ( ) const
Returns
the isHidden attribute of the Item
bool GCF::GDriveContent::Item::isTrashed ( ) const
Returns
the isTrashed attribute of the Item
bool GCF::GDriveContent::Item::isRestricted ( ) const
Returns
the isRestricted attribute of the Item
bool GCF::GDriveContent::Item::isViewed ( ) const
Returns
the isViewed attribute of the Item
QDateTime GCF::GDriveContent::Item::createdDate ( ) const
Returns
the createdDate attribute of the Item
QDateTime GCF::GDriveContent::Item::modifiedDate ( ) const
Returns
the modifiedDate attribute of the Item
QDateTime GCF::GDriveContent::Item::modifiedByMeDate ( ) const
Returns
the modifiedByMeDate attribute of the Item
QDateTime GCF::GDriveContent::Item::lastViewedByMeDate ( ) const
Returns
the lastViewedByMeDate attribute of the Item
QDateTime GCF::GDriveContent::Item::sharedWithMeDate ( ) const
Returns
the sharedWithMeDate attribute of the Item
QString GCF::GDriveContent::Item::downloadUrl ( ) const
Returns
the downloadUrl attribute of the Item
QVariantMap GCF::GDriveContent::Item::exportLinks ( ) const
Returns
the exportLinks attribute of the Item
QString GCF::GDriveContent::Item::indexableText ( ) const
Returns
the indexableText attribute of the Item
QString GCF::GDriveContent::Item::originalFileName ( ) const
Returns
the originalFileName attribute of the Item
QString GCF::GDriveContent::Item::fileExtension ( ) const
Returns
the fileExtension attribute of the Item
QString GCF::GDriveContent::Item::md5Checksum ( ) const
Returns
the md5Checksum attribute of the Item
int GCF::GDriveContent::Item::fileSize ( ) const
Returns
the fileSize attribute of the Item
int GCF::GDriveContent::Item::quotaBytesUsed ( ) const
Returns
the quotaBytesUsed attribute of the Item
QStringList GCF::GDriveContent::Item::ownerNames ( ) const
Returns
the ownerNames attribute of the Item
QString GCF::GDriveContent::Item::lastModifyingUserName ( ) const
Returns
the lastModifyingUserName attribute of the Item
bool GCF::GDriveContent::Item::isEditable ( ) const
Returns
the isEditable attribute of the Item
bool GCF::GDriveContent::Item::isCopyable ( ) const
Returns
the isCopyable attribute of the Item
bool GCF::GDriveContent::Item::canWritersShare ( ) const
Returns
the canWritersShare attribute of the Item
bool GCF::GDriveContent::Item::isShared ( ) const
Returns
the isShared attribute of the Item
bool GCF::GDriveContent::Item::isExplicitlyTrashed ( ) const
Returns
the isExplicitlyTrashed attribute of the Item
bool GCF::GDriveContent::Item::isAppDataContents ( ) const
Returns
the isAppDataContents attribute of the Item
QString GCF::GDriveContent::Item::headRevisionId ( ) const
Returns
the headRevisionId attribute of the Item
QList< ItemParent > GCF::GDriveContent::Item::parents ( ) const
Returns
the parents attribute of the Item
Permission GCF::GDriveContent::Item::userPermissions ( ) const
Returns
the userPermissions attribute of the Item
QList< User > GCF::GDriveContent::Item::owners ( ) const
Returns
the owners attribute of the Item
User GCF::GDriveContent::Item::lastModifyingUser ( ) const
Returns
the lastModifyingUser attribute of the Item
QList< Properties > GCF::GDriveContent::Item::properties ( ) const
Returns
the properties attribute of the Item
ImageMediaMetaData GCF::GDriveContent::Item::imageMediaMetaData ( ) const
Returns
the imageMediaData attribute of the Item
bool GCF::GDriveContent::Item::isOwnedByAuthenticatedUser ( ) const
Returns
true if the Item is owned by the AuthenticatedUser; false otherwise.
bool GCF::GDriveContent::Item::isFile ( ) const
Returns
true if the Item is a file; false otherwise.
bool GCF::GDriveContent::Item::isFolder ( ) const
Returns
true if the Item is a folder; false otherwise.