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