public class NoteNotificationDetails extends Object
Constructor and Description |
---|
NoteNotificationDetails() |
Modifier and Type | Method and Description |
---|---|
void |
addMentionedUser(Long userId)
Add the ID of a mentioned user
|
Set<Long> |
getMentionedUserIds() |
boolean |
isMentionDiscussionAuthors() |
boolean |
isMentionTopicAuthors() |
boolean |
isMentionTopicManagers() |
boolean |
isMentionTopicReaders() |
void |
setMentionDiscussionAuthors(boolean mentionDiscussionAuthors) |
void |
setMentionTopicAuthors(boolean mentionTopicAuthors) |
void |
setMentionTopicManagers(boolean mentionTopicManagers) |
void |
setMentionTopicReaders(boolean mentionTopicReaders) |
public void addMentionedUser(Long userId)
userId
- the ID of the userpublic boolean isMentionDiscussionAuthors()
public boolean isMentionTopicAuthors()
public boolean isMentionTopicManagers()
public boolean isMentionTopicReaders()
public void setMentionDiscussionAuthors(boolean mentionDiscussionAuthors)
isMentionDiscussionAuthors()
public void setMentionTopicAuthors(boolean mentionTopicAuthors)
isMentionTopicAuthors()
public void setMentionTopicManagers(boolean mentionTopicManagers)
isMentionTopicManagers()
public void setMentionTopicReaders(boolean mentionTopicReaders)
isMentionTopicReaders()
Copyright © 2019 Communote team. All rights reserved.