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