| Package | Description |
|---|---|
| com.hubspot.slack.client.models.conversations | |
| com.hubspot.slack.client.models.response.conversations |
| Modifier and Type | Method and Description |
|---|---|
Conversation |
Conversation.Builder.build()
Builds a new
Conversation. |
static Conversation |
Conversation.copyOf(ConversationIF instance)
Creates an immutable copy of a
ConversationIF value. |
Conversation |
Conversation.withArchived(Boolean value)
Copy the current immutable object by setting a present value for the optional
archived attribute. |
Conversation |
Conversation.withArchived(Optional<Boolean> optional)
Copy the current immutable object by setting an optional value for the
archived attribute. |
Conversation |
Conversation.withChannel(Boolean value)
Copy the current immutable object by setting a present value for the optional
channel attribute. |
Conversation |
Conversation.withChannel(Optional<Boolean> optional)
Copy the current immutable object by setting an optional value for the
channel attribute. |
Conversation |
Conversation.withGeneral(Boolean value)
Copy the current immutable object by setting a present value for the optional
general attribute. |
Conversation |
Conversation.withGeneral(Optional<Boolean> optional)
Copy the current immutable object by setting an optional value for the
general attribute. |
Conversation |
Conversation.withGroup(Boolean value)
Copy the current immutable object by setting a present value for the optional
group attribute. |
Conversation |
Conversation.withGroup(Optional<Boolean> optional)
Copy the current immutable object by setting an optional value for the
group attribute. |
Conversation |
Conversation.withId(String id)
Copy the current immutable object by setting a value for the
id attribute. |
Conversation |
Conversation.withIm(Boolean value)
Copy the current immutable object by setting a present value for the optional
im attribute. |
Conversation |
Conversation.withIm(Optional<Boolean> optional)
Copy the current immutable object by setting an optional value for the
im attribute. |
Conversation |
Conversation.withMpim(Boolean value)
Copy the current immutable object by setting a present value for the optional
mpim attribute. |
Conversation |
Conversation.withMpim(Optional<Boolean> optional)
Copy the current immutable object by setting an optional value for the
mpim attribute. |
Conversation |
Conversation.withName(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
name attribute. |
Conversation |
Conversation.withName(String value)
Copy the current immutable object by setting a present value for the optional
name attribute. |
| Modifier and Type | Method and Description |
|---|---|
Conversation |
ConversationsOpenResponse.getConversation() |
Conversation |
ConversationsInfoResponse.getConversation() |
Conversation |
ConversationsInfoResponseIF.getConversation() |
Conversation |
ConversationsOpenResponseIF.getConversation() |
| Modifier and Type | Method and Description |
|---|---|
List<Conversation> |
ConversationListResponse.getConversations() |
List<Conversation> |
ConversationListResponseIF.getConversations() |
| Modifier and Type | Method and Description |
|---|---|
ConversationListResponse.Builder |
ConversationListResponse.Builder.addConversations(Conversation... elements)
Adds elements to
conversations list. |
ConversationListResponse.Builder |
ConversationListResponse.Builder.addConversations(Conversation element)
Adds one element to
conversations list. |
ConversationsOpenResponse.Builder |
ConversationsOpenResponse.Builder.setConversation(Conversation conversation)
Initializes the value for the
conversation attribute. |
ConversationsInfoResponse.Builder |
ConversationsInfoResponse.Builder.setConversation(Conversation conversation)
Initializes the value for the
conversation attribute. |
ConversationsOpenResponse |
ConversationsOpenResponse.withConversation(Conversation conversation)
Copy the current immutable object by setting a value for the
conversation attribute. |
ConversationsInfoResponse |
ConversationsInfoResponse.withConversation(Conversation conversation)
Copy the current immutable object by setting a value for the
conversation attribute. |
ConversationListResponse |
ConversationListResponse.withConversations(Conversation... elements)
Copy the current immutable object with elements that replace the content of
conversations. |
| Modifier and Type | Method and Description |
|---|---|
ConversationListResponse.Builder |
ConversationListResponse.Builder.addAllConversations(Iterable<? extends Conversation> elements)
Adds elements to
conversations list. |
ConversationListResponse.Builder |
ConversationListResponse.Builder.setConversations(Iterable<? extends Conversation> elements)
Sets or replaces all elements for
conversations list. |
ConversationListResponse |
ConversationListResponse.withConversations(Iterable<? extends Conversation> elements)
Copy the current immutable object with elements that replace the content of
conversations. |
Copyright © 2019. All rights reserved.