Class Limit.LimitBuilder
- java.lang.Object
-
- com.linecorp.bot.model.narrowcast.Limit.LimitBuilder
-
- Enclosing class:
- Limit
public static class Limit.LimitBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Limitbuild()Limit.LimitBuildermax(java.lang.Integer max)The maximum number of narrowcast messages to send.java.lang.StringtoString()
-
-
-
Method Detail
-
max
public Limit.LimitBuilder max(java.lang.Integer max)
The maximum number of narrowcast messages to send. Use this parameter to limit the number of narrowcast messages sent. The recipients will be chosen at random.- Returns:
this.
-
build
public Limit build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-