Class LinkContent.LinkContentBuilder
- java.lang.Object
-
- com.linecorp.bot.model.event.link.LinkContent.LinkContentBuilder
-
- Enclosing class:
- LinkContent
public static class LinkContent.LinkContentBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LinkContentbuild()LinkContent.LinkContentBuildernonce(java.lang.String nonce)Specified nonce when verifying the user ID.LinkContent.LinkContentBuilderresult(LinkContent.Result result)One of the following values to indicate whether the link was successful or not.java.lang.StringtoString()
-
-
-
Method Detail
-
result
public LinkContent.LinkContentBuilder result(LinkContent.Result result)
One of the following values to indicate whether the link was successful or not.- Returns:
this.- See Also:
LinkContent.Result
-
nonce
public LinkContent.LinkContentBuilder nonce(java.lang.String nonce)
Specified nonce when verifying the user ID.- Returns:
this.
-
build
public LinkContent build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-