| Package | Description |
|---|---|
| com.botscrew.messengercdk.model.outgoing.enums | |
| com.botscrew.messengercdk.model.outgoing.request |
| Modifier and Type | Method and Description |
|---|---|
static SenderAction |
SenderAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SenderAction[] |
SenderAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SenderAction |
SenderActionRequest.getSenderAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
SenderActionRequest.setSenderAction(SenderAction senderAction) |
| Constructor and Description |
|---|
SenderActionRequest(UserInfo recipient,
SenderAction senderAction) |
Copyright © 2019. All rights reserved.