クラス LogicalOperatorRecipient

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

public final class LogicalOperatorRecipient
extends java.lang.Object
implements Recipient
Use logical AND, OR, and NOT operators to combine multiple recipient objects together. You can specify up to 10 recipient objects per request.
  • メソッドの詳細

    • getType

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

    • getAnd

      public java.util.List<Recipient> getAnd()
    • getOr

      public java.util.List<Recipient> getOr()
    • getNot

      public Recipient getNot()
    • 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