| Package | Description |
|---|---|
| com.hubspot.slack.client.models.commands |
| Modifier and Type | Method and Description |
|---|---|
SlashCommandSubmission |
SlashCommandSubmission.Builder.build()
Builds a new
SlashCommandSubmission. |
static SlashCommandSubmission |
SlashCommandSubmission.copyOf(SlashCommandSubmissionIF instance)
Creates an immutable copy of a
SlashCommandSubmissionIF value. |
SlashCommandSubmission |
SlashCommandSubmission.withChannelId(String channelId)
Copy the current immutable object by setting a value for the
channelId attribute. |
SlashCommandSubmission |
SlashCommandSubmission.withChannelName(String channelName)
Copy the current immutable object by setting a value for the
channelName attribute. |
SlashCommandSubmission |
SlashCommandSubmission.withCommand(String command)
Copy the current immutable object by setting a value for the
command attribute. |
SlashCommandSubmission |
SlashCommandSubmission.withEnterpriseId(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
enterpriseId attribute. |
SlashCommandSubmission |
SlashCommandSubmission.withEnterpriseId(String value)
Copy the current immutable object by setting a present value for the optional
enterpriseId attribute. |
SlashCommandSubmission |
SlashCommandSubmission.withEnterpriseName(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
enterpriseName attribute. |
SlashCommandSubmission |
SlashCommandSubmission.withEnterpriseName(String value)
Copy the current immutable object by setting a present value for the optional
enterpriseName attribute. |
SlashCommandSubmission |
SlashCommandSubmission.withResponseUrl(String responseUrl)
Copy the current immutable object by setting a value for the
responseUrl attribute. |
SlashCommandSubmission |
SlashCommandSubmission.withTeamDomain(String teamDomain)
Copy the current immutable object by setting a value for the
teamDomain attribute. |
SlashCommandSubmission |
SlashCommandSubmission.withTeamId(String teamId)
Copy the current immutable object by setting a value for the
teamId attribute. |
SlashCommandSubmission |
SlashCommandSubmission.withText(String text)
Copy the current immutable object by setting a value for the
text attribute. |
SlashCommandSubmission |
SlashCommandSubmission.withToken(String token)
Copy the current immutable object by setting a value for the
token attribute. |
SlashCommandSubmission |
SlashCommandSubmission.withTriggerId(String triggerId)
Copy the current immutable object by setting a value for the
triggerId attribute. |
SlashCommandSubmission |
SlashCommandSubmission.withUserId(String userId)
Copy the current immutable object by setting a value for the
userId attribute. |
SlashCommandSubmission |
SlashCommandSubmission.withUserName(String userName)
Deprecated.
|
Copyright © 2019. All rights reserved.