クラス RedeliveryRecipient

java.lang.Object
com.linecorp.bot.model.narrowcast.recipient.RedeliveryRecipient
すべての実装されたインタフェース:
Recipient

public final class RedeliveryRecipient
extends java.lang.Object
implements Recipient
By setting the request ID (X-Line-Request-Id) obtained when the narrowcast message was delivered to the requestId property, you can specify the users who received the narrowcast message as the target.
関連項目:
Redelivery object
  • メソッドの詳細

    • getType

      public java.lang.String getType()
      定義:
      getType インタフェース内 Recipient
    • builder

    • getRequestId

      public java.lang.String getRequestId()
    • 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