Package org.ngengine.nostr4j
Class NostrFilter
java.lang.Object
org.ngengine.nostr4j.proto.NostrMessageFragment
org.ngengine.nostr4j.NostrFilter
- Direct Known Subclasses:
Nip01UserMetadataFilter
,NostrSearchFilter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIds()
getKinds()
getLimit()
getSince()
getTags()
getTagValues
(String key) getUntil()
limit
(int limit) toMap()
withAuthor
(String author) withAuthor
(NostrPublicKey author) withKind
(int kind) Methods inherited from class org.ngengine.nostr4j.proto.NostrMessageFragment
toString
-
Constructor Details
-
NostrFilter
public NostrFilter() -
NostrFilter
-
-
Method Details
-
id
-
getIds
-
withAuthor
-
withAuthor
-
getAuthors
-
withKind
-
getKinds
-
since
-
getSince
-
getUntil
-
until
-
limit
-
getLimit
-
withTag
-
getTags
-
getTagValues
-
toMap
- Specified by:
toMap
in classNostrMessageFragment
-