@Internal public class

AbstractSchemeDeletedEvent

extends Object
implements Named
java.lang.Object
   ↳ com.atlassian.jira.event.scheme.AbstractSchemeDeletedEvent
Known Direct Subclasses

@Internal

This class is an internal implementation detail and will change without notice.

Clients that depend on @Internal classes and interfaces can not expect to be compatible with any version other than the version they were compiled against (even minor version and milestone releases may break binary compatibility with respect to @Internal elements).

Class Overview

Abstract event that captures the data relevant to scheme deleted events, e.g. permission scheme deleted, notification scheme deleted etc.

Summary

[Expand]
Inherited Fields
From interface com.atlassian.jira.util.Named
Public Constructors
AbstractSchemeDeletedEvent(Long id, String name)
Public Methods
Long getId()
@Nullable String getName()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.util.Named

Public Constructors

public AbstractSchemeDeletedEvent (Long id, String name)

Public Methods

public Long getId ()

@Nullable public String getName ()