Package com.slack.api.methods.request.im
Class ImRepliesRequest.ImRepliesRequestBuilder
- java.lang.Object
-
- com.slack.api.methods.request.im.ImRepliesRequest.ImRepliesRequestBuilder
-
- Enclosing class:
- ImRepliesRequest
public static class ImRepliesRequest.ImRepliesRequestBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImRepliesRequestbuild()ImRepliesRequest.ImRepliesRequestBuilderchannel(String channel)Direct message channel to fetch thread from.ImRepliesRequest.ImRepliesRequestBuilderthreadTs(String threadTs)Unique identifier of a thread's parent message.ImRepliesRequest.ImRepliesRequestBuildertoken(String token)Authentication token.StringtoString()
-
-
-
Method Detail
-
token
public ImRepliesRequest.ImRepliesRequestBuilder token(String token)
Authentication token. Requires scope: `im:history`- Returns:
this.
-
channel
public ImRepliesRequest.ImRepliesRequestBuilder channel(String channel)
Direct message channel to fetch thread from.- Returns:
this.
-
threadTs
public ImRepliesRequest.ImRepliesRequestBuilder threadTs(String threadTs)
Unique identifier of a thread's parent message.- Returns:
this.
-
build
public ImRepliesRequest build()
-
-