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