@Internal public class ActionIdentifier extends Object
| Constructor and Description |
|---|
ActionIdentifier(ActionType type,
String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static ActionIdentifier |
fromKey(String key) |
String |
getKey()
Retrieve an unique key for this action identifier.
|
String |
getName()
Unique name of the action, to allow future identification.
|
ActionType |
getType()
Type of the action.
|
int |
hashCode() |
String |
toString() |
public ActionIdentifier(@NotNull
ActionType type,
@NotNull
String name)
type - type of the actionname - name of the actionpublic static ActionIdentifier fromKey(@NotNull String key)
key - unique key of this action identifiergetKey()public String getKey()
@NotNull public ActionType getType()
@NotNull public String getName()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.