facebook4j
Interface Conversation

All Superinterfaces:
FacebookResponse

public interface Conversation
extends FacebookResponse


Nested Class Summary
 
Nested classes/interfaces inherited from interface facebook4j.FacebookResponse
FacebookResponse.Metadata
 
Method Summary
 String getConversation()
           
 String getId()
           
 Integer getMessageCount()
           
 PagableList<Message> getMessages()
           
 List<IdNameEntity> getSenders()
           
 Integer getUnreadCount()
           
 Date getUpdatedTime()
           
 
Methods inherited from interface facebook4j.FacebookResponse
getMetadata
 

Method Detail

getId

String getId()

getConversation

String getConversation()

getSenders

List<IdNameEntity> getSenders()

getUpdatedTime

Date getUpdatedTime()

getMessages

PagableList<Message> getMessages()

getUnreadCount

Integer getUnreadCount()

getMessageCount

Integer getMessageCount()


Copyright © 2019. All rights reserved.