Class JoinEvent.JoinEventBuilder

  • Enclosing class:
    JoinEvent

    public static class JoinEvent.JoinEventBuilder
    extends java.lang.Object
    • Method Detail

      • replyToken

        public JoinEvent.JoinEventBuilder replyToken​(java.lang.String replyToken)
        Token for replying to this event.
        Returns:
        this.
      • mode

        public JoinEvent.JoinEventBuilder mode​(EventMode mode)
        Channel state.
        active
        The channel is active. You can send a reply message or push message from the bot server that received this webhook event.
        standby (under development)
        The channel is waiting. The bot server that received this webhook event shouldn't send any messages.
        Returns:
        this.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object