Class MessagingParticipant
- java.lang.Object
-
- com.restfb.types.webhook.messaging.MessagingParticipant
-
public class MessagingParticipant extends Object
-
-
Constructor Summary
Constructors Constructor Description MessagingParticipant()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
String
getUserRef()
The user_ref of the user that triggered the webhook event.boolean
isUserRef()
void
setId(String id)
void
setUserRef(String userRef)
The user_ref of the user that triggered the webhook event.String
toString()
-
-
-
Constructor Detail
-
MessagingParticipant
public MessagingParticipant()
-
-
Method Detail
-
isUserRef
public boolean isUserRef()
-
getUserRef
public String getUserRef()
The user_ref of the user that triggered the webhook event. This is only available for webhook event from the chat plugin.
-
setUserRef
public void setUserRef(String userRef)
The user_ref of the user that triggered the webhook event. This is only available for webhook event from the chat plugin.
-
-