| Package | Description |
|---|---|
| co.aurasphere.botmill.fb.model.threadsettings |
| Modifier and Type | Field and Description |
|---|---|
protected SettingType |
ThreadSettingsBaseRequest.type
The type of setting to change.
|
| Modifier and Type | Method and Description |
|---|---|
SettingType |
ThreadSettingsBaseRequest.getType()
Gets the
ThreadSettingsBaseRequest.type. |
static SettingType |
SettingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SettingType[] |
SettingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ThreadSettingsBaseRequest.setType(SettingType type)
Sets the
ThreadSettingsBaseRequest.type. |
Copyright © 2017 BotMill. All rights reserved.