Uses of Record Class
network.ike.plugin.AnnounceSupport.Announcement
Packages that use AnnounceSupport.Announcement
-
Uses of AnnounceSupport.Announcement in network.ike.plugin
Methods in network.ike.plugin with parameters of type AnnounceSupport.AnnouncementModifier and TypeMethodDescriptionstatic StringAnnounceSupport.destination(AnnounceSupport.Announcement a) A one-line, credential-free description of where a message would go — what the draft prints, and what the publish echoes.static StringAnnounceSupport.formBody(AnnounceSupport.Announcement a) The form body Zulip's/api/v1/messagesendpoint expects.static StringAnnounceSupport.post(AnnounceSupport.Announcement a, AnnounceSupport.BotIdentity bot) Post the announcement.static StringAnnounceSupport.validate(AnnounceSupport.Announcement a) Validate an announcement, naming precisely what is missing rather than letting the API answer with a generic rejection.