public class GroupMembershipsCreatedEvent extends DirectoryEvent
GroupMembershipCreatedEvent
. In 2.x the two events are always emitted one after the other, with the same data.
Listeners should listen to either GroupMembershipsCreatedEvent
or GroupMembershipCreatedEvent
.Constructor and Description |
---|
GroupMembershipsCreatedEvent(Object source,
Directory directory,
Iterable<String> entityNames,
String groupName,
MembershipType membershipType) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Collection<String> |
getEntityNames() |
String |
getGroupName() |
MembershipType |
getMembershipType() |
int |
hashCode() |
getDirectory, getDirectoryId, getDirectoryImplementationClass, getDirectoryType
getSource, getTimestamp
public Collection<String> getEntityNames()
public String getGroupName()
public MembershipType getMembershipType()
public boolean equals(Object o)
equals
in class DirectoryEvent
public int hashCode()
hashCode
in class DirectoryEvent
Copyright © 2021 Atlassian. All rights reserved.