facebook4j
Interface Message

All Superinterfaces:
FacebookResponse

public interface Message
extends FacebookResponse


Nested Class Summary
static interface Message.Attachment
           
 
Nested classes/interfaces inherited from interface facebook4j.FacebookResponse
FacebookResponse.Metadata
 
Method Summary
 List<Message.Attachment> getAttachments()
           
 PagableList<Comment> getComments()
           
 Date getCreatedTime()
           
 IdNameEntity getFrom()
           
 String getId()
           
 String getMessage()
           
 String getSticker()
           
 List<IdNameEntity> getTo()
           
 Integer getUnread()
           
 Integer getUnseen()
           
 Date getUpdatedTime()
           
 
Methods inherited from interface facebook4j.FacebookResponse
getMetadata
 

Method Detail

getId

String getId()

getFrom

IdNameEntity getFrom()

getTo

List<IdNameEntity> getTo()

getAttachments

List<Message.Attachment> getAttachments()

getMessage

String getMessage()

getCreatedTime

Date getCreatedTime()

getUpdatedTime

Date getUpdatedTime()

getComments

PagableList<Comment> getComments()

getUnread

Integer getUnread()

getUnseen

Integer getUnseen()

getSticker

String getSticker()


Copyright © 2019. All rights reserved.