| java.lang.Object | 
    
    
        
            | ↳ | com.atlassian.bitbucket.repository.ResolveRefsRequest | 
    
    
Class Overview
Describes which refs to resolve.
 
 If it is known whether a requested ref is a branch or a tag, the caller is encouraged to use either the
 branchId(String) or tagId(String) method to allow the SCM to optimize resolving
 the ref. If the ref type is unknown, the refId(String) method should be used.
 
Summary
| Nested Classes | 
|---|
  
    
      | class | ResolveRefsRequest.Builder |  | 
    
    
| [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() |  | 
Public Methods
    
      
        
        @Nonnull
        
        public
        
        
        
        
        Set<String>
      
      getBranchIds
      ()
    
      
    
 
    
      
        
        @Nonnull
        
        public
        
        
        
        
        Set<String>
      
      getRefIds
      ()
    
      
    
 
    
      
        
        @Nonnull
        
        public
        
        
        
        
        Set<String>
      
      getTagIds
      ()