Uses of Class
io.sendon.kakao.SendonKakao.Reservation
-
Packages that use SendonKakao.Reservation Package Description io.sendon.kakao io.sendon.kakao.request -
-
Uses of SendonKakao.Reservation in io.sendon.kakao
Methods in io.sendon.kakao with parameters of type SendonKakao.Reservation Modifier and Type Method Description SendAlimtalkSendonKakao. sendAlimtalk(String profileId, String templateId, List<String> to, SendonKakao.Reservation reservation, Fallback fallback)SendAlimtalkSendonKakao. sendAlimtalkWithWithVariables(String profileId, String templateId, List<SendonKakao.ToWithVariable> to, SendonKakao.Reservation reservation, Fallback fallback)SendFriendtalkSendonKakao. sendFriendtalk(String profileId, String templateId, List<String> to, String message, List<Template.Button> buttons, boolean isAd, SendonKakao.Reservation reservation, Fallback fallback, SendonKakao.Image image)SendFriendtalkSendonKakao. sendFriendtalkWithVariables(String profileId, String templateId, List<SendonKakao.ToWithVariable> to, String message, List<Template.Button> buttons, boolean isAd, SendonKakao.Reservation reservation, Fallback fallback, SendonKakao.Image image) -
Uses of SendonKakao.Reservation in io.sendon.kakao.request
Fields in io.sendon.kakao.request declared as SendonKakao.Reservation Modifier and Type Field Description SendonKakao.ReservationSendAlimtalk. reservationMethods in io.sendon.kakao.request with parameters of type SendonKakao.Reservation Modifier and Type Method Description SendAlimtalkSendAlimtalk. setReservation(SendonKakao.Reservation reservation)Constructors in io.sendon.kakao.request with parameters of type SendonKakao.Reservation Constructor Description SendAlimtalk(String profileId, String templateId, List<String> to, SendonKakao.Reservation reservation, Fallback fallback)
-