| Package | Description |
|---|---|
| com.hubspot.slack.client.methods | |
| com.hubspot.slack.client.methods.params.search |
| Modifier and Type | Method and Description |
|---|---|
static ResultSort |
ResultSort.parse(String result) |
static ResultSort |
ResultSort.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResultSort[] |
ResultSort.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ResultSort |
SearchMessagesParams.getSort() |
default ResultSort |
SearchMessagesParamsIF.getSort() |
| Modifier and Type | Method and Description |
|---|---|
SearchMessagesParams.Builder |
SearchMessagesParams.Builder.setSort(ResultSort sort)
Initializes the value for the
sort attribute. |
SearchMessagesParams |
SearchMessagesParams.withSort(ResultSort sort)
Copy the current immutable object by setting a value for the
sort attribute. |
Copyright © 2019. All rights reserved.