Uses of Class
io.sendon.kakao.request.FriendtalkBuilder
Packages that use FriendtalkBuilder
-
Uses of FriendtalkBuilder in io.sendon.kakao
Methods in io.sendon.kakao with parameters of type FriendtalkBuilderModifier and TypeMethodDescriptionSendonKakao.sendFriendtalk(FriendtalkBuilder builder) Sends a Friendtalk message using a builder. -
Uses of FriendtalkBuilder in io.sendon.kakao.request
Methods in io.sendon.kakao.request that return FriendtalkBuilderModifier and TypeMethodDescriptionFriendtalkBuilder.setButtons(List<Button> buttons) Sets the list of buttons.FriendtalkBuilder.setFallback(Fallback fallback) Sets the fallback options.Sets the image details.FriendtalkBuilder.setIsAd(boolean isAd) Sets whether the message is an advertisement.FriendtalkBuilder.setMessage(String message) Sets the message content.FriendtalkBuilder.setMessageType(FriendtalkMessageType messageType) Sets the message type.FriendtalkBuilder.setProfileId(String profileId) Sets the profile ID.FriendtalkBuilder.setReservation(Reservation reservation) Sets the reservation details for scheduling.FriendtalkBuilder.setTemplateId(String templateId) Sets the template ID.Sets the list of recipients.