Class GroupsMarkRequest.GroupsMarkRequestBuilder
- java.lang.Object
-
- com.slack.api.methods.request.groups.GroupsMarkRequest.GroupsMarkRequestBuilder
-
- Enclosing class:
- GroupsMarkRequest
public static class GroupsMarkRequest.GroupsMarkRequestBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GroupsMarkRequestbuild()GroupsMarkRequest.GroupsMarkRequestBuilderchannel(String channel)Private channel to set reading cursor in.GroupsMarkRequest.GroupsMarkRequestBuildertoken(String token)Authentication token.StringtoString()GroupsMarkRequest.GroupsMarkRequestBuilderts(String ts)Timestamp of the most recently seen message.
-
-
-
Method Detail
-
token
public GroupsMarkRequest.GroupsMarkRequestBuilder token(String token)
Authentication token. Requires scope: `groups:write`- Returns:
this.
-
channel
public GroupsMarkRequest.GroupsMarkRequestBuilder channel(String channel)
Private channel to set reading cursor in.- Returns:
this.
-
ts
public GroupsMarkRequest.GroupsMarkRequestBuilder ts(String ts)
Timestamp of the most recently seen message.- Returns:
this.
-
build
public GroupsMarkRequest build()
-
-