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, getOperation
public GroupMembershipEvent(Operation operation, Long directoryId, String groupName, String parentGroupName)
public String getGroupName()
public boolean equals(Object o)
equals
in class AbstractOperationEvent
public int hashCode()
hashCode
in class AbstractOperationEvent
Copyright © 2020 Atlassian. All rights reserved.