| Modifier and Type | Method and Description |
|---|---|
protected User |
FbBotMillBean.safeGetRecipient(MessageEnvelope envelope)
Retrieves the recipient from an envelope.
|
protected User |
FbBotMillBean.safeGetSender(MessageEnvelope envelope)
Retrieves the sender from an envelope.
|
| Modifier and Type | Method and Description |
|---|---|
User |
MessageEnvelope.getRecipient()
Gets the
MessageEnvelope.recipient. |
User |
MessageEnvelope.getSender()
Gets the
MessageEnvelope.sender. |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageEnvelope.setRecipient(User recipient)
Sets the
MessageEnvelope.recipient. |
void |
MessageEnvelope.setSender(User sender)
Sets the
MessageEnvelope.sender. |
| Modifier and Type | Field and Description |
|---|---|
protected User |
FbBotMillResponse.recipient
The recipient of the message.
|
| Modifier and Type | Method and Description |
|---|---|
User |
FbBotMillResponse.getRecipient()
Gets the
FbBotMillResponse.recipient. |
| Modifier and Type | Method and Description |
|---|---|
void |
FbBotMillResponse.setRecipient(User recipient)
Sets the
FbBotMillResponse.recipient. |
| Constructor and Description |
|---|
FbBotMillActionResponse(User recipient,
TypingAction action)
Instantiates a new fb bot mill action response.
|
| Modifier and Type | Method and Description |
|---|---|
protected User |
FbBotMillResponseBuilder.getRecipient(MessageEnvelope envelope)
Returns the recipient of the envelope which is the sender of the previous
one.
|
| Constructor and Description |
|---|
FbBotMillMessageResponse(User recipient,
Message message)
Instantiates a new FbBotMillMessageResponse.
|
Copyright © 2017 BotMill. All rights reserved.