| Package | Description |
|---|---|
| com.hubspot.slack.client.models.group |
| Modifier and Type | Method and Description |
|---|---|
SlackGroup.Builder |
SlackGroup.Builder.addAllMemberIds(Iterable<String> elements)
Adds elements to
memberIds list. |
SlackGroup.Builder |
SlackGroup.Builder.addMemberIds(String... elements)
Adds elements to
memberIds list. |
SlackGroup.Builder |
SlackGroup.Builder.addMemberIds(String element)
Adds one element to
memberIds list. |
static SlackGroup.Builder |
SlackGroup.builder()
Creates a builder for
SlackGroup. |
SlackGroup.Builder |
SlackGroup.Builder.from(SlackGroupIF instance)
Fill a builder with attribute values from the provided
SlackGroupIF instance. |
SlackGroup.Builder |
SlackGroup.Builder.setArchived(boolean archived)
Initializes the value for the
archived attribute. |
SlackGroup.Builder |
SlackGroup.Builder.setCreatedEpochSeconds(long createdEpochSeconds)
Initializes the value for the
createdEpochSeconds attribute. |
SlackGroup.Builder |
SlackGroup.Builder.setCreatorId(String creatorId)
Initializes the value for the
creatorId attribute. |
SlackGroup.Builder |
SlackGroup.Builder.setId(String id)
Initializes the value for the
id attribute. |
SlackGroup.Builder |
SlackGroup.Builder.setLatest(Message latest)
Initializes the optional value
latest to latest. |
SlackGroup.Builder |
SlackGroup.Builder.setLatest(Optional<Message> latest)
Initializes the optional value
latest to latest. |
SlackGroup.Builder |
SlackGroup.Builder.setMemberIds(Iterable<String> elements)
Sets or replaces all elements for
memberIds list. |
SlackGroup.Builder |
SlackGroup.Builder.setMpim(boolean mpim)
Initializes the value for the
mpim attribute. |
SlackGroup.Builder |
SlackGroup.Builder.setName(String name)
Initializes the value for the
name attribute. |
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. |
Copyright © 2019. All rights reserved.