| Package | Description |
|---|---|
| com.hubspot.slack.client.models.commands |
| Modifier and Type | Method and Description |
|---|---|
static SlashCommandSubmission.Builder |
SlashCommandSubmission.builder()
Creates a builder for
SlashCommandSubmission. |
SlashCommandSubmission.Builder |
SlashCommandSubmission.Builder.from(SlashCommandSubmissionIF instance)
Fill a builder with attribute values from the provided
SlashCommandSubmissionIF instance. |
SlashCommandSubmission.Builder |
SlashCommandSubmission.Builder.setChannelId(String channelId)
Initializes the value for the
channelId attribute. |
SlashCommandSubmission.Builder |
SlashCommandSubmission.Builder.setChannelName(String channelName)
Initializes the value for the
channelName attribute. |
SlashCommandSubmission.Builder |
SlashCommandSubmission.Builder.setCommand(String command)
Initializes the value for the
command attribute. |
SlashCommandSubmission.Builder |
SlashCommandSubmission.Builder.setEnterpriseId(Optional<String> enterpriseId)
Initializes the optional value
enterpriseId to enterpriseId. |
SlashCommandSubmission.Builder |
SlashCommandSubmission.Builder.setEnterpriseId(String enterpriseId)
Initializes the optional value
enterpriseId to enterpriseId. |
SlashCommandSubmission.Builder |
SlashCommandSubmission.Builder.setEnterpriseName(Optional<String> enterpriseName)
Initializes the optional value
enterpriseName to enterpriseName. |
SlashCommandSubmission.Builder |
SlashCommandSubmission.Builder.setEnterpriseName(String enterpriseName)
Initializes the optional value
enterpriseName to enterpriseName. |
SlashCommandSubmission.Builder |
SlashCommandSubmission.Builder.setResponseUrl(String responseUrl)
Initializes the value for the
responseUrl attribute. |
SlashCommandSubmission.Builder |
SlashCommandSubmission.Builder.setTeamDomain(String teamDomain)
Initializes the value for the
teamDomain attribute. |
SlashCommandSubmission.Builder |
SlashCommandSubmission.Builder.setTeamId(String teamId)
Initializes the value for the
teamId attribute. |
SlashCommandSubmission.Builder |
SlashCommandSubmission.Builder.setText(String text)
Initializes the value for the
text attribute. |
SlashCommandSubmission.Builder |
SlashCommandSubmission.Builder.setToken(String token)
Initializes the value for the
token attribute. |
SlashCommandSubmission.Builder |
SlashCommandSubmission.Builder.setTriggerId(String triggerId)
Initializes the value for the
triggerId attribute. |
SlashCommandSubmission.Builder |
SlashCommandSubmission.Builder.setUserId(String userId)
Initializes the value for the
userId attribute. |
SlashCommandSubmission.Builder |
SlashCommandSubmission.Builder.setUserName(String userName)
Deprecated.
|
Copyright © 2019. All rights reserved.