Package com.restfb.types.webhook
Class PageConversation
- java.lang.Object
-
- com.restfb.types.webhook.ChangeValue
-
- com.restfb.types.webhook.PageConversation
-
@Deprecated @GraphAPI(until="3.2") public class PageConversation extends ChangeValue
Deprecated.for 3.3+ directly and for all other versions on December 31, 2019. Use the Messenger Webhook insteadChange value of the page conversation. Hint for Graph API 3.3: Theconversations
field is deprecated. Use the existing Messenger Webhooksmessages
field instead.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.restfb.types.webhook.ChangeValue
ChangeValue.Verb
-
-
Constructor Summary
Constructors Constructor Description PageConversation()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getPageId()
Deprecated.String
getThreadId()
Deprecated.String
getThreadKey()
Deprecated.void
setPageId(String pageId)
Deprecated.void
setThreadId(String threadId)
Deprecated.void
setThreadKey(String threadKey)
Deprecated.-
Methods inherited from class com.restfb.types.webhook.ChangeValue
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
PageConversation
public PageConversation()
Deprecated.
-
-
Method Detail
-
getThreadId
public String getThreadId()
Deprecated.
-
setThreadId
public void setThreadId(String threadId)
Deprecated.
-
getThreadKey
public String getThreadKey()
Deprecated.
-
setThreadKey
public void setThreadKey(String threadKey)
Deprecated.
-
-