Result
class Result
The Result of synchronization.
Methods
                    __construct(array $items, string $token, bool $done)
        
                                            
                
            Result constructor.
                    array
                
                
                    getItems()
        
                                            
                
            Returns the items retrieved by this synchronization operation.
                    string
                
                
                    getToken()
        
                                            
                
            Returns the token needed to continue the synchronization.
                    bool
                
                
                    isDone()
        
                                            
                
            Returns true if there are currently no more results in the synchronization.
Details
        at         line 39
                            
    __construct(array $items, string $token, bool $done)
        
    
    Result constructor.
        at         line 51
                            array
    getItems()
        
    
    Returns the items retrieved by this synchronization operation.
        at         line 61
                            string
    getToken()
        
    
    Returns the token needed to continue the synchronization.
        at         line 71
                            bool
    isDone()
        
    
    Returns true if there are currently no more results in the synchronization.