| Package | Description |
|---|---|
| com.hubspot.slack.client.models.response.conversations |
| Modifier and Type | Method and Description |
|---|---|
ConversationMemberResponse |
ConversationMemberResponse.Builder.build()
Builds a new
ConversationMemberResponse. |
static ConversationMemberResponse |
ConversationMemberResponse.copyOf(ConversationMemberResponseIF instance)
Creates an immutable copy of a
ConversationMemberResponseIF value. |
ConversationMemberResponse |
ConversationMemberResponse.withMemberIds(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
memberIds. |
ConversationMemberResponse |
ConversationMemberResponse.withMemberIds(String... elements)
Copy the current immutable object with elements that replace the content of
memberIds. |
ConversationMemberResponse |
ConversationMemberResponse.withOk(boolean ok)
Copy the current immutable object by setting a value for the
ok attribute. |
ConversationMemberResponse |
ConversationMemberResponse.withResponseMetadata(Optional<ResponseMetadata> optional)
Copy the current immutable object by setting an optional value for the
responseMetadata attribute. |
ConversationMemberResponse |
ConversationMemberResponse.withResponseMetadata(ResponseMetadata value)
Copy the current immutable object by setting a present value for the optional
responseMetadata attribute. |
Copyright © 2019. All rights reserved.