Uses of Class
io.sendon.contacts.request.ContactBuilder.CreateBlocklistBuilder
Packages that use ContactBuilder.CreateBlocklistBuilder
-
Uses of ContactBuilder.CreateBlocklistBuilder in io.sendon.contacts
Methods in io.sendon.contacts that return ContactBuilder.CreateBlocklistBuilderModifier and TypeMethodDescriptionSendonContacts.createBlocklistBuilder()Creates a new builder for creating blocklist entries. -
Uses of ContactBuilder.CreateBlocklistBuilder in io.sendon.contacts.request
Methods in io.sendon.contacts.request that return ContactBuilder.CreateBlocklistBuilderModifier and TypeMethodDescriptionContactBuilder.createBlocklist()Creates a new builder for creating blocklist entries.ContactBuilder.CreateBlocklistBuilder.setKakaoChannelId(String kakaoChannelId) Sets the Kakao channel ID for Kakao message blocking.ContactBuilder.CreateBlocklistBuilder.setMessageType(String messageType) Sets the message type for blocking.ContactBuilder.CreateBlocklistBuilder.setPhoneNumber(String phoneNumber) Sets the phone number to be added to the blocklist.ContactBuilder.CreateBlocklistBuilder.setRcsBrandId(String rcsBrandId) Sets the RCS brand ID for RCS message blocking.ContactBuilder.CreateBlocklistBuilder.setRcsChatbotId(String rcsChatbotId) Sets the RCS chatbot ID for RCS message blocking.ContactBuilder.CreateBlocklistBuilder.setSenderNumber(String senderNumber) Sets the sender number to block from.