@ParametersAreNonnullByDefault public class LicenceUpdatedEvent extends ConfigurationEvent
source| Constructor and Description |
|---|
LicenceUpdatedEvent(Object src,
@NonNull com.atlassian.extras.api.AtlassianLicense license) |
LicenceUpdatedEvent(Object src,
@NonNull com.atlassian.extras.api.AtlassianLicense license,
@Nullable com.atlassian.extras.api.AtlassianLicense previousLicense) |
| 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.
|
@NonNull com.atlassian.extras.api.AtlassianLicense |
getLicense() |
com.atlassian.extras.api.AtlassianLicense |
getOldLicense()
Deprecated.
since 7.5.0
|
@Nullable com.atlassian.extras.api.AtlassianLicense |
getPreviousLicense() |
int |
hashCode()
Subclasses must override this to hash their own fields.
|
getSource, toStringpublic LicenceUpdatedEvent(Object src, @NonNull com.atlassian.extras.api.AtlassianLicense license)
public LicenceUpdatedEvent(Object src, @NonNull com.atlassian.extras.api.AtlassianLicense license, @Nullable com.atlassian.extras.api.AtlassianLicense previousLicense)
public @NonNull com.atlassian.extras.api.AtlassianLicense getLicense()
public @Nullable com.atlassian.extras.api.AtlassianLicense getPreviousLicense()
@Deprecated public com.atlassian.extras.api.AtlassianLicense getOldLicense()
public boolean equals(Object o)
ConfluenceEventSubclasses must override this to compare their own fields.
equals in class ConfluenceEvento - the object to compare.Event.equals(Object)public int hashCode()
ConfluenceEventhashCode in class ConfluenceEventEvent.hashCode()Copyright © 2003–2021 Atlassian. All rights reserved.