public class BlogPostViewEvent extends BlogPostEvent implements Viewed
source
Constructor and Description |
---|
BlogPostViewEvent(Object source,
BlogPost blogPost)
Deprecated.
since 6.2.0
|
BlogPostViewEvent(Object source,
BlogPost blogPost,
@Nullable LocaleInfo localeInfo) |
Modifier and Type | Method and Description |
---|---|
@Nullable LocaleInfo |
getLocaleInfo() |
@NonNull Map<String,Object> |
getProperties() |
equals, getBlogPost, getContent, hashCode
isSuppressNotifications, setSuppressNotifications
getSource, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getTimestamp
@Deprecated public BlogPostViewEvent(Object source, BlogPost blogPost)
public BlogPostViewEvent(Object source, BlogPost blogPost, @Nullable LocaleInfo localeInfo)
public @Nullable LocaleInfo getLocaleInfo()
getLocaleInfo
in interface Viewed
public @NonNull Map<String,Object> getProperties()
getProperties
in interface Viewed
Copyright © 2003–2019 Atlassian. All rights reserved.