| java.lang.Object | 
    
    
        
            | ↳ | com.atlassian.bitbucket.repository.AbstractCreateRefRequest | 
    
|  Known Direct Subclasses | 
    
Class Overview
A request to create a ref.
 
Summary
| Nested Classes | 
|---|
  
    
      | class | AbstractCreateRefRequest.AbstractBuilder<B extends AbstractBuilder, R extends AbstractCreateRefRequest> |  | 
    
    
| [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
Public Methods
    
      
        
        @Nullable
        
        public
        
        
        
        
        String
      
      getMessage
      ()
    
      
    
      
    
    
    
      
  
  
      Returns
      - the message to add to the tag
 
     
 
    
      
        
        @Nonnull
        
        public
        
        
        
        
        String
      
      getName
      ()
    
      
    
      
    
    
    
      
  
  
      Returns
      - the name of the tag to create
 
     
 
    
      
        
        @Nonnull
        
        public
        
        
        
        
        Repository
      
      getRepository
      ()
    
      
    
      
    
    
    
      
  
  
      Returns
      - the repository in which the tag must be created
 
     
 
    
      
        
        @Nonnull
        
        public
        
        
        
        
        String
      
      getStartPoint
      ()