| Package | Description |
|---|---|
| com.hubspot.slack.client.methods.params.search |
| Modifier and Type | Method and Description |
|---|---|
static SearchMessagesParams.Builder |
SearchMessagesParams.builder()
Creates a builder for
SearchMessagesParams. |
SearchMessagesParams.Builder |
SearchMessagesParams.Builder.from(SearchMessagesParamsIF instance)
Fill a builder with attribute values from the provided
SearchMessagesParamsIF instance. |
SearchMessagesParams.Builder |
SearchMessagesParams.Builder.setCount(int count)
Initializes the value for the
count attribute. |
SearchMessagesParams.Builder |
SearchMessagesParams.Builder.setPage(int page)
Initializes the value for the
page attribute. |
SearchMessagesParams.Builder |
SearchMessagesParams.Builder.setQuery(String query)
Initializes the value for the
query attribute. |
SearchMessagesParams.Builder |
SearchMessagesParams.Builder.setShouldHighlight(boolean shouldHighlight)
Initializes the value for the
shouldHighlight attribute. |
SearchMessagesParams.Builder |
SearchMessagesParams.Builder.setSort(ResultSort sort)
Initializes the value for the
sort attribute. |
SearchMessagesParams.Builder |
SearchMessagesParams.Builder.setSortOrder(ResultSortOrder sortOrder)
Initializes the value for the
sortOrder attribute. |
Copyright © 2019. All rights reserved.