public class NoteIdMatcher extends Matcher<NoteData>
TimelineQueryParameters.getNoteId()
.Constructor and Description |
---|
NoteIdMatcher(Long noteId)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
matches(NoteData entity)
Method to check an entity.
|
filter, markMatching
public NoteIdMatcher(Long noteId)
noteId
- Id of the note to match. Can be null (all notes will match).Copyright © 2019 Communote team. All rights reserved.