| Package | Description |
|---|---|
| com.hubspot.slack.client.models | |
| com.hubspot.slack.client.models.group |
| Modifier and Type | Method and Description |
|---|---|
ChannelMetadata |
ChannelMetadata.Builder.build()
Builds a new
ChannelMetadata. |
static ChannelMetadata |
ChannelMetadata.copyOf(ChannelMetadataIF instance)
Creates an immutable copy of a
ChannelMetadataIF value. |
ChannelMetadata |
ChannelMetadata.withCreatorId(String creatorId)
Copy the current immutable object by setting a value for the
creatorId attribute. |
ChannelMetadata |
ChannelMetadata.withLastSetEpochSeconds(long lastSetEpochSeconds)
Copy the current immutable object by setting a value for the
lastSetEpochSeconds attribute. |
ChannelMetadata |
ChannelMetadata.withValue(String value)
Copy the current immutable object by setting a value for the
value attribute. |
| Modifier and Type | Method and Description |
|---|---|
ChannelMetadata |
SlackGroup.getPurpose() |
ChannelMetadata |
SlackGroupIF.getPurpose() |
ChannelMetadata |
SlackGroup.getTopic() |
ChannelMetadata |
SlackGroupIF.getTopic() |
| Modifier and Type | Method and Description |
|---|---|
SlackGroup.Builder |
SlackGroup.Builder.setPurpose(ChannelMetadata purpose)
Initializes the value for the
purpose attribute. |
SlackGroup.Builder |
SlackGroup.Builder.setTopic(ChannelMetadata topic)
Initializes the value for the
topic attribute. |
SlackGroup |
SlackGroup.withPurpose(ChannelMetadata purpose)
Copy the current immutable object by setting a value for the
purpose attribute. |
SlackGroup |
SlackGroup.withTopic(ChannelMetadata topic)
Copy the current immutable object by setting a value for the
topic attribute. |
Copyright © 2019. All rights reserved.