| Package | Description |
|---|---|
| com.hubspot.slack.client.models.response.chat |
| Modifier and Type | Method and Description |
|---|---|
ChatDeleteResponse |
ChatDeleteResponse.Builder.build()
Builds a new
ChatDeleteResponse. |
static ChatDeleteResponse |
ChatDeleteResponse.copyOf(ChatDeleteResponseIF instance)
Creates an immutable copy of a
ChatDeleteResponseIF value. |
ChatDeleteResponse |
ChatDeleteResponse.withChannelId(String channelId)
Copy the current immutable object by setting a value for the
channelId attribute. |
ChatDeleteResponse |
ChatDeleteResponse.withDeletedMessageTs(String deletedMessageTs)
Copy the current immutable object by setting a value for the
deletedMessageTs attribute. |
ChatDeleteResponse |
ChatDeleteResponse.withOk(boolean ok)
Copy the current immutable object by setting a value for the
ok attribute. |
ChatDeleteResponse |
ChatDeleteResponse.withResponseMetadata(Optional<ResponseMetadata> optional)
Copy the current immutable object by setting an optional value for the
responseMetadata attribute. |
ChatDeleteResponse |
ChatDeleteResponse.withResponseMetadata(ResponseMetadata value)
Copy the current immutable object by setting a present value for the optional
responseMetadata attribute. |
Copyright © 2019. All rights reserved.