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