facebook4j
Interface GroupDoc

All Superinterfaces:
FacebookResponse

public interface GroupDoc
extends FacebookResponse

Author:
Ryuji Yamashita - roundrop at gmail.com

Nested Class Summary
 
Nested classes/interfaces inherited from interface facebook4j.FacebookResponse
FacebookResponse.Metadata
 
Method Summary
 Boolean canDelete()
           
 Boolean canEdit()
           
 Date getCreatedTime()
           
 IdNameEntity getFrom()
           
 URL getIcon()
           
 String getId()
           
 String getMessage()
           
 Long getRevision()
           
 String getSubject()
           
 Date getUpdatedTime()
           
 
Methods inherited from interface facebook4j.FacebookResponse
getMetadata
 

Method Detail

getId

String getId()

getFrom

IdNameEntity getFrom()

getSubject

String getSubject()

getMessage

String getMessage()

getIcon

URL getIcon()

getCreatedTime

Date getCreatedTime()

getUpdatedTime

Date getUpdatedTime()

getRevision

Long getRevision()

canEdit

Boolean canEdit()

canDelete

Boolean canDelete()


Copyright © 2019. All rights reserved.