| Package | Description |
|---|---|
| com.hubspot.slack.client.models.channel | |
| com.hubspot.slack.client.models.response.im |
| Modifier and Type | Method and Description |
|---|---|
ImChannel |
ImChannel.Builder.build()
Builds a new
ImChannel. |
static ImChannel |
ImChannel.copyOf(ImChannelIF instance)
Creates an immutable copy of a
ImChannelIF value. |
ImChannel |
ImChannel.withCreated(int created)
Copy the current immutable object by setting a value for the
created attribute. |
ImChannel |
ImChannel.withId(String id)
Copy the current immutable object by setting a value for the
id attribute. |
ImChannel |
ImChannel.withIsIm(boolean isIm)
Copy the current immutable object by setting a value for the
isIm attribute. |
ImChannel |
ImChannel.withIsOpen(boolean isOpen)
Copy the current immutable object by setting a value for the
isOpen attribute. |
ImChannel |
ImChannel.withIsOrgShared(boolean isOrgShared)
Copy the current immutable object by setting a value for the
isOrgShared attribute. |
ImChannel |
ImChannel.withUser(String user)
Copy the current immutable object by setting a value for the
user attribute. |
| Modifier and Type | Method and Description |
|---|---|
Optional<ImChannel> |
ImOpenResponse.getChannel() |
Optional<ImChannel> |
ImOpenResponseIF.getChannel() |
| Modifier and Type | Method and Description |
|---|---|
ImOpenResponse.Builder |
ImOpenResponse.Builder.setChannel(ImChannel channel)
Initializes the optional value
channel to channel. |
ImOpenResponse |
ImOpenResponse.withChannel(ImChannel value)
Copy the current immutable object by setting a present value for the optional
channel attribute. |
| Modifier and Type | Method and Description |
|---|---|
ImOpenResponse.Builder |
ImOpenResponse.Builder.setChannel(Optional<ImChannel> channel)
Initializes the optional value
channel to channel. |
ImOpenResponse |
ImOpenResponse.withChannel(Optional<ImChannel> optional)
Copy the current immutable object by setting an optional value for the
channel attribute. |
Copyright © 2019. All rights reserved.