public class BlogPostMovedEvent extends BlogPostEvent implements Updated, UserDriven, NotificationEnabledEvent
source| Constructor and Description | 
|---|
BlogPostMovedEvent(Object src,
                  @Nullable ConfluenceUser user,
                  BlogPost blogPost,
                  Space originalSpace,
                  Space currentSpace)  | 
| 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. 
 | 
@NonNull Space | 
getCurrentSpace()  | 
@NonNull Space | 
getOriginalSpace()  | 
@Nullable com.atlassian.user.User | 
getOriginatingUser()
Return the user that generated the event if known. 
 | 
int | 
hashCode()
Subclasses must override this to hash their own fields. 
 | 
getBlogPost, getContentisSuppressNotifications, setSuppressNotificationsgetSource, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitisSuppressNotificationsgetTimestamppublic BlogPostMovedEvent(Object src, @Nullable ConfluenceUser user, BlogPost blogPost, Space originalSpace, Space currentSpace)
public @NonNull Space getCurrentSpace()
public @NonNull Space getOriginalSpace()
public @Nullable com.atlassian.user.User getOriginatingUser()
UserDrivengetOriginatingUser in interface UserDrivenpublic boolean equals(@Nullable Object o)
ConfluenceEventSubclasses must override this to compare their own fields.
equals in class BlogPostEvento - the object to compare.Event.equals(Object)public int hashCode()
ConfluenceEventhashCode in class BlogPostEventEvent.hashCode()Copyright © 2003–2021 Atlassian. All rights reserved.