Class RedeliveryRecipient
- java.lang.Object
-
- com.linecorp.bot.model.narrowcast.recipient.RedeliveryRecipient
-
- All Implemented Interfaces:
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.- See Also:
- Redelivery object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRedeliveryRecipient.RedeliveryRecipientBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RedeliveryRecipient.RedeliveryRecipientBuilderbuilder()booleanequals(java.lang.Object o)java.lang.StringgetRequestId()java.lang.StringgetType()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
builder
public static RedeliveryRecipient.RedeliveryRecipientBuilder builder()
-
getRequestId
public java.lang.String getRequestId()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-