Class WorkflowsFeaturedAddRequest.WorkflowsFeaturedAddRequestBuilder
java.lang.Object
com.slack.api.methods.request.workflows.WorkflowsFeaturedAddRequest.WorkflowsFeaturedAddRequestBuilder
- Enclosing class:
- WorkflowsFeaturedAddRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Channel to set featured workflows in.Authentication token bearing required scopes.toString()triggerIds(List<String> triggerIds) Comma-separated array of trigger IDs to add; max 15
-
Method Details
-
token
Authentication token bearing required scopes.- Returns:
this.
-
channelId
Channel to set featured workflows in.- Returns:
this.
-
triggerIds
public WorkflowsFeaturedAddRequest.WorkflowsFeaturedAddRequestBuilder triggerIds(List<String> triggerIds) Comma-separated array of trigger IDs to add; max 15- Returns:
this.
-
build
-
toString
-