Class Overview
A request for metadata associated with a collection of Ref.
 
Summary
| Nested Classes | 
|---|
  
    
      | class | RefMetadataRequest.Builder | A builder for RefMetadataRequest | 
    
    
| [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
    
      
        
        @Nullable
        
        public
        
        
        
        
        Ref
      
      getBaseRef
      ()
    
      
    
      
    
    
    
      
  
  
      Returns
      - the base ref the refs should be compared to (for the providers that uses that information)
 
     
 
    
      
        
        @Nonnull
        
        public
        
        
        
        
        Map<String, Object>
      
      getContext
      ()
    
      
    
      
    
    
    
      
  
  
      Returns
      - a map of attributes associated with the context.
 
     
 
    
      
        
        @Nonnull
        
        public
        
        
        
        
        Set<Ref>
      
      getRefs
      ()
    
      
    
      
    
    
    
      
  
  
      Returns
      - the collection of refs to find associated metadata
 
     
 
    
      
        
        @Nonnull
        
        public
        
        
        
        
        Repository
      
      getRepository
      ()
    
      
    
      
    
    
    
      
  
  
      Returns
      - the repository the refs exist within