#include <change.h>
Change contains the representation of a change to a file. 
Getters and setters' documentation is based on Google Drive's API v2 reference 
- See also
 - Changes
 
- Since
 - 2.0 
 
- Author
 - Andrius da Costa Ribas andri.nosp@m.usma.nosp@m.o@gma.nosp@m.il.c.nosp@m.om 
 
- 
Daniel Vrátil dvrat.nosp@m.il@r.nosp@m.edhat.nosp@m..com 
 
Definition at line 32 of file change.h.
 
◆ Change() [1/2]
◆ Change() [2/2]
  
  
      
        
          | Change::Change  | 
          ( | 
          const Change & |           other | ) | 
           | 
         
       
   | 
  
explicit   | 
  
 
 
◆ ~Change()
◆ deleted()
  
  
      
        
          | bool Change::deleted  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
nodiscard   | 
  
 
Returns whether this file has been deleted. 
Definition at line 107 of file change.cpp.
 
 
◆ file()
Returns the updated state of the file. 
Present if the file has not been deleted. 
Definition at line 112 of file change.cpp.
 
 
◆ fileId()
Returns the id of the file associated with this change. 
Definition at line 97 of file change.cpp.
 
 
◆ fromJSON()
◆ fromJSONFeed()
◆ id()
  
  
      
        
          | qlonglong Change::id  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
nodiscard   | 
  
 
Returns the id of the change. 
Definition at line 92 of file change.cpp.
 
 
◆ operator!=()
  
  
      
        
          | bool KGAPI2::Drive::Change::operator!=  | 
          ( | 
          const Change & |           other | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator==()
      
        
          | bool Change::operator==  | 
          ( | 
          const Change & |           other | ) | 
           const | 
        
      
 
 
◆ selfLink()
  
  
      
        
          | QUrl Change::selfLink  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
nodiscard   | 
  
 
Returns a link back to this change. 
Definition at line 102 of file change.cpp.
 
 
The documentation for this class was generated from the following files: