| Package | Description |
|---|---|
| com.hubspot.slack.client.models.group | |
| com.hubspot.slack.client.models.response.group |
| Modifier and Type | Method and Description |
|---|---|
SlackGroup |
SlackGroup.Builder.build()
Builds a new
SlackGroup. |
static SlackGroup |
SlackGroup.copyOf(SlackGroupIF instance)
Creates an immutable copy of a
SlackGroupIF value. |
SlackGroup |
SlackGroup.withArchived(boolean archived)
Copy the current immutable object by setting a value for the
archived attribute. |
SlackGroup |
SlackGroup.withCreatedEpochSeconds(long createdEpochSeconds)
Copy the current immutable object by setting a value for the
createdEpochSeconds attribute. |
SlackGroup |
SlackGroup.withCreatorId(String creatorId)
Copy the current immutable object by setting a value for the
creatorId attribute. |
SlackGroup |
SlackGroup.withId(String id)
Copy the current immutable object by setting a value for the
id attribute. |
SlackGroup |
SlackGroup.withLatest(Message value)
Copy the current immutable object by setting a present value for the optional
latest attribute. |
SlackGroup |
SlackGroup.withLatest(Optional<Message> optional)
Copy the current immutable object by setting an optional value for the
latest attribute. |
SlackGroup |
SlackGroup.withMemberIds(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
memberIds. |
SlackGroup |
SlackGroup.withMemberIds(String... elements)
Copy the current immutable object with elements that replace the content of
memberIds. |
SlackGroup |
SlackGroup.withMpim(boolean mpim)
Copy the current immutable object by setting a value for the
mpim attribute. |
SlackGroup |
SlackGroup.withName(String name)
Copy the current immutable object by setting a value for the
name 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. |
| Modifier and Type | Method and Description |
|---|---|
List<SlackGroup> |
GroupsListResponse.getGroups() |
List<SlackGroup> |
GroupsListResponseIF.getGroups() |
| Modifier and Type | Method and Description |
|---|---|
GroupsListResponse.Builder |
GroupsListResponse.Builder.addGroups(SlackGroup... elements)
Adds elements to
groups list. |
GroupsListResponse.Builder |
GroupsListResponse.Builder.addGroups(SlackGroup element)
Adds one element to
groups list. |
GroupsListResponse |
GroupsListResponse.withGroups(SlackGroup... elements)
Copy the current immutable object with elements that replace the content of
groups. |
| Modifier and Type | Method and Description |
|---|---|
GroupsListResponse.Builder |
GroupsListResponse.Builder.addAllGroups(Iterable<? extends SlackGroup> elements)
Adds elements to
groups list. |
GroupsListResponse.Builder |
GroupsListResponse.Builder.setGroups(Iterable<? extends SlackGroup> elements)
Sets or replaces all elements for
groups list. |
GroupsListResponse |
GroupsListResponse.withGroups(Iterable<? extends SlackGroup> elements)
Copy the current immutable object with elements that replace the content of
groups. |
Copyright © 2019. All rights reserved.