Summary
| Nested Classes | 
  
    
      | 
        
        
        
        
        class | 
      DiffRequest.Builder | 
        | 
    
    
    
| 
  [Expand]
   Inherited Methods  | 
   
From class
  com.atlassian.bitbucket.content.AbstractDiffRequest
 | 
   
From class
  java.lang.Object
  
   
  
    
    
	 
    
        | 
            
            
            
            
            
            
            Object
         | 
        
        clone()
        
   |  
	 
    
        | 
            
            
            
            
            
            
            boolean
         | 
        
        equals(Object arg0)
        
   |  
	 
    
        | 
            
            
            
            
            
            
            void
         | 
        
        finalize()
        
   |  
	 
    
        | 
            
            
            
            final
            
            
            Class<?>
         | 
        
        getClass()
        
   |  
	 
    
        | 
            
            
            
            
            
            
            int
         | 
        
        hashCode()
        
   |  
	 
    
        | 
            
            
            
            final
            
            
            void
         | 
        
        notify()
        
   |  
	 
    
        | 
            
            
            
            final
            
            
            void
         | 
        
        notifyAll()
        
   |  
	 
    
        | 
            
            
            
            
            
            
            String
         | 
        
        toString()
        
   |  
	 
    
        | 
            
            
            
            final
            
            
            void
         | 
        
        wait(long arg0, int arg1)
        
   |  
	 
    
        | 
            
            
            
            final
            
            
            void
         | 
        
        wait(long arg0)
        
   |  
	 
    
        | 
            
            
            
            final
            
            
            void
         | 
        
        wait()
        
   |  
 
   
 
 | 
Public Methods
    
      
        
        @Nullable
        
        public
        
        
        
        
        String
      
      getSinceId
      ()
    
      
    
      
    
    
    
      
  
  
      Returns
      - the "since" commit for the diff or 
null for the untilId's parent
 
   
     
 
    
      
        
        @Nonnull
        
        public
        
        
        
        
        String
      
      getUntilId
      ()
    
      
    
      
    
    
    
      
  
  
      Returns
      - the "until" commit for the diff
 
   
     
 
    
      
        
        public
        
        
        
        
        boolean
      
      isWithAutoSrcPath
      ()
    
      
    
      
    
      
  
  
      Returns
      true if attempting to resolve the source path in case of a rename, false otherwise.
 Only valid for a single path.
   
     
 
    
      
        
        public
        
        
        
        
        boolean
      
      isWithComments
      ()
    
      
    
      
    
      
  
  
      Returns
      true if the comment associated with the diff should be included in the response to this request.
 false otherwise