public abstract static class MessageEntity.Participant
extends java.lang.Object
MessageEntity.Participant abstract class wraps various properties related to
the sender and receiver of the message.| Modifier and Type | Class and Description |
|---|---|
static class |
MessageEntity.Participant.Builder
The
MessageEntity.Participant.Builder abstract class allows the user to create and return an
MessageEntity.Participant object. |
| Modifier and Type | Method and Description |
|---|---|
static MessageEntity.Participant.Builder |
builder()
Returns the
MessageEntity.Participant.Builder object for the MessageEntity.Participant abstract class. |
abstract java.lang.String |
receiverId()
Returns a String of the receiverId.
|
abstract java.lang.String |
receiverType()
Returns a String of the receiverType.
|
abstract java.lang.String |
senderEmail()
Returns a String of the senderEmail.
|
abstract java.lang.String |
senderFirstName()
Returns a String of the senderFirstName.
|
abstract java.lang.String |
senderLastName()
Returns a String of the senderLastName.
|
abstract java.lang.String |
senderPhone()
Returns a String of the senderPhone.
|
@Nullable public abstract java.lang.String receiverId()
@Nullable public abstract java.lang.String receiverType()
@Nullable public abstract java.lang.String senderEmail()
@Nullable public abstract java.lang.String senderPhone()
@Nullable public abstract java.lang.String senderFirstName()
@Nullable public abstract java.lang.String senderLastName()
public static MessageEntity.Participant.Builder builder()
MessageEntity.Participant.Builder object for the MessageEntity.Participant abstract class.MessageEntity.Participant.Builder object for the MessageEntity.Participant abstract class.