| Package | Description |
|---|---|
| com.hubspot.slack.client.methods.params.chat |
| Modifier and Type | Method and Description |
|---|---|
static ChatDeleteParams.Builder |
ChatDeleteParams.builder()
Creates a builder for
ChatDeleteParams. |
ChatDeleteParams.Builder |
ChatDeleteParams.Builder.from(AbstractChatDeleteParams instance)
Fill a builder with attribute values from the provided
com.hubspot.slack.client.methods.params.chat.AbstractChatDeleteParams instance. |
ChatDeleteParams.Builder |
ChatDeleteParams.Builder.from(HasChannel instance)
Fill a builder with attribute values from the provided
com.hubspot.slack.client.methods.interceptor.HasChannel instance. |
ChatDeleteParams.Builder |
ChatDeleteParams.Builder.setAsUser(boolean asUser)
Initializes the value for the
asUser attribute. |
ChatDeleteParams.Builder |
ChatDeleteParams.Builder.setChannelId(String channelId)
Initializes the value for the
channelId attribute. |
ChatDeleteParams.Builder |
ChatDeleteParams.Builder.setMessageToDeleteTs(String messageToDeleteTs)
Initializes the value for the
messageToDeleteTs attribute. |
Copyright © 2019. All rights reserved.