Class Overview
WebhookScope adapter for a application Scope scopes.
 
Summary
| [Expand] Inherited Constants | 
|---|
|  From interface
com.atlassian.webhooks.WebhookScope | 
| [Expand] Inherited Fields | 
|---|
|  From interface
com.atlassian.webhooks.WebhookScope 
  
   
    
    
    
      
          | public
          static
          final
          WebhookScope | GLOBAL |  |  | 
| [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() |  | 
|  From interface
  com.atlassian.webhooks.WebhookScope 
  
   
    
    
	 
    
        | @Nonnull
            
            @Size
            
            
            
            
            
            
            Optional<String> | getId() |  
        | @NotBlank
            
            @Size
            
            
            
            
            
            
            String | getType() |  | 
 
Public Methods
    
      
        
        @Nonnull
        
        public
        static
        
        
        
        WebhookScope
      
      adapt
      (Scope scope)
    
      
    
 
    
      
        
        @Nonnull
        
        public
        
        
        
        
        Optional<String>
      
      getId
      ()
    
      
    
 
    
      
        
        @Nonnull
        
        public
        
        
        
        
        Scope
      
      getScope
      ()
    
      
    
 
    
      
        
        @Nonnull
        
        public
        
        
        
        
        String
      
      getType
      ()