| Package | Description |
|---|---|
| com.hubspot.slack.client.methods.params.conversations |
| Modifier and Type | Method and Description |
|---|---|
ConversationMemberParams |
ConversationMemberParams.Builder.build()
Builds a new
ConversationMemberParams. |
static ConversationMemberParams |
ConversationMemberParams.copyOf(ConversationMemberParamsIF instance)
Creates an immutable copy of a
ConversationMemberParamsIF value. |
ConversationMemberParams |
ConversationMemberParams.withChannelId(String channelId)
Copy the current immutable object by setting a value for the
channelId attribute. |
ConversationMemberParams |
ConversationMemberParams.withCursor(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
cursor attribute. |
ConversationMemberParams |
ConversationMemberParams.withCursor(String value)
Copy the current immutable object by setting a present value for the optional
cursor attribute. |
ConversationMemberParams |
ConversationMemberParams.withLimit(Integer value)
Copy the current immutable object by setting a present value for the optional
limit attribute. |
ConversationMemberParams |
ConversationMemberParams.withLimit(Optional<Integer> optional)
Copy the current immutable object by setting an optional value for the
limit attribute. |
Copyright © 2019. All rights reserved.