public class AliasEvent extends Object implements OperationEvent
| Modifier and Type | Method and Description |
|---|---|
static AliasEvent |
created(long applicationId,
String user,
String newAlias) |
static AliasEvent |
deleted(String user,
long applicationId) |
boolean |
equals(Object o) |
long |
getApplicationId() |
Long |
getDirectoryId() |
String |
getNewAlias() |
Operation |
getOperation() |
String |
getUsername() |
int |
hashCode() |
String |
toString() |
static AliasEvent |
updated(long applicationId,
String user,
String newAlias) |
public Operation getOperation()
getOperation in interface OperationEventpublic long getApplicationId()
public String getUsername()
@Nullable public String getNewAlias()
public Long getDirectoryId()
getDirectoryId in interface OperationEventpublic static AliasEvent created(long applicationId, String user, String newAlias)
public static AliasEvent updated(long applicationId, String user, String newAlias)
public static AliasEvent deleted(String user, long applicationId)
Copyright © 2019 Atlassian. All rights reserved.