public class UserMembershipEvent extends AbstractOperationEvent
| Constructor and Description |
|---|
UserMembershipEvent(Operation operation,
Long directoryId,
String childUsername,
Set<String> parentGroupNames) |
UserMembershipEvent(Operation operation,
Long directoryId,
String childUsername,
String groupName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getChildUsername() |
Set<String> |
getParentGroupNames() |
int |
hashCode() |
String |
toString() |
getDirectoryId, getOperationpublic UserMembershipEvent(Operation operation, Long directoryId, String childUsername, String groupName)
public String getChildUsername()
public boolean equals(Object o)
equals in class AbstractOperationEventpublic int hashCode()
hashCode in class AbstractOperationEventCopyright © 2023 Atlassian. All rights reserved.