|  Known Direct Subclasses | 
    
Class Overview
Base class for requests affecting pull requests.
 
Summary
| Nested Classes | 
|---|
  
    
      | class | AbstractPullRequestRequest.AbstractBuilder<T extends AbstractBuilder<T>> |  | 
    
    
| [Expand] Inherited Methods | 
|---|
|  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() |  | 
Protected Constructors
    
      
        
        protected
        
        
        
        
        
      
      AbstractPullRequestRequest
      (AbstractBuilder<?> builder)
    
      
    
      
    
      
  
  
      Parameters
      
        
          | builder | a builder specifying the repository and pull request ID | 
      
   
     
 
Public Methods
    
      
        
        public
        
        
        
        
        long
      
      getPullRequestId
      ()
    
      
    
      
    
      
  
  
      Returns
      - the ID of the pull request within the repository
 
     
 
    
      
        
        public
        
        
        
        
        int
      
      getRepositoryId
      ()
    
      
    
      
    
      
  
  
      Returns
      - the ID of the repository to which the pull request will be merged