public class AttachmentListViewEvent extends SpaceEvent implements Viewed
space
source
Constructor and Description |
---|
AttachmentListViewEvent(Object src,
Space space,
@Nullable String fileExtension) |
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.
|
@Nullable String |
getFileExtension() |
int |
hashCode()
Subclasses must override this to hash their own fields.
|
getSpace
getSource, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getLocaleInfo, getProperties
public @Nullable String getFileExtension()
public boolean equals(@Nullable Object o)
ConfluenceEvent
Subclasses must override this to compare their own fields.
equals
in class SpaceEvent
o
- the object to compare.Event.equals(Object)
public int hashCode()
ConfluenceEvent
hashCode
in class SpaceEvent
Event.hashCode()
Copyright © 2003–2020 Atlassian. All rights reserved.