クラス UnsendEvent

  • すべての実装されたインタフェース:
    Event

    public final class UnsendEvent
    extends java.lang.Object
    implements Event
    Event object for when the user unsends a message in a group or room.
    • メソッドの詳細

      • getSource

        public Source getSource()
        JSON object which contains the source of the event.
        定義:
        getSource インタフェース内 Event
      • getTimestamp

        public java.time.Instant getTimestamp()
        Time of the event.
        定義:
        getTimestamp インタフェース内 Event
      • getMode

        public EventMode getMode()
        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.
        定義:
        getMode インタフェース内 Event
      • getWebhookEventId

        public java.lang.String getWebhookEventId()
        Webhook Event ID. An ID that uniquely identifies a webhook event. This is a string in ULID format.
        定義:
        getWebhookEventId インタフェース内 Event
      • equals

        public boolean equals​(java.lang.Object o)
        オーバーライド:
        equals クラス内 java.lang.Object
      • hashCode

        public int hashCode()
        オーバーライド:
        hashCode クラス内 java.lang.Object
      • toString

        public java.lang.String toString()
        オーバーライド:
        toString クラス内 java.lang.Object