public class SpacePermissionsRemoveForGroupEvent extends SpacePermissionChangeEvent
permissions
source
Constructor and Description |
---|
SpacePermissionsRemoveForGroupEvent(Object src,
String groupName,
List<SpacePermission> permissions) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(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
getSource
public SpacePermissionsRemoveForGroupEvent(Object src, String groupName, List<SpacePermission> permissions)
public String getGroupName()
public boolean equals(@Nullable Object o)
ConfluenceEvent
Subclasses must override this to compare their own fields.
equals
in class SpacePermissionChangeEvent
o
- the object to compare.Event.equals(Object)
public int hashCode()
ConfluenceEvent
hashCode
in class SpacePermissionChangeEvent
Event.hashCode()
public String toString()
toString
in class SpacePermissionChangeEvent
Copyright © 2003–2018 Atlassian. All rights reserved.