| Package | Description |
|---|---|
| com.hubspot.slack.client.models.response |
| Modifier and Type | Method and Description |
|---|---|
static SlackErrorType |
SlackErrorType.get(String code) |
SlackErrorType |
SlackError.getType() |
default SlackErrorType |
SlackErrorIF.getType() |
static SlackErrorType |
SlackErrorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SlackErrorType[] |
SlackErrorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SlackError.Builder |
SlackError.Builder.setType(SlackErrorType type)
Initializes the value for the
type attribute. |
SlackError |
SlackError.withType(SlackErrorType type)
Copy the current immutable object by setting a value for the
type attribute. |
Copyright © 2019. All rights reserved.