public class SpacePermissionsRemoveForGroupEvent extends SpacePermissionChangeEvent
permissions, updateTriggersource| Constructor and Description |
|---|
SpacePermissionsRemoveForGroupEvent(Object src,
String groupName,
List<SpacePermission> permissions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(@Nullable Object o)
Equals for ConfluenceEvents is defined such that specific sub-events are only equal to events of the same type.
|
String |
getGroupName() |
int |
hashCode()
Subclasses must override this to hash their own fields.
|
String |
toString() |
getPermissions, getUpdateTriggergetSourcepublic SpacePermissionsRemoveForGroupEvent(Object src, String groupName, List<SpacePermission> permissions)
public String getGroupName()
public boolean equals(@Nullable Object o)
ConfluenceEventSubclasses must override this to compare their own fields.
equals in class SpacePermissionChangeEvento - the object to compare.Event.equals(Object)public int hashCode()
ConfluenceEventhashCode in class SpacePermissionChangeEventEvent.hashCode()public String toString()
toString in class SpacePermissionChangeEventCopyright © 2003–2022 Atlassian. All rights reserved.