facebook4j
Interface Achievement

All Superinterfaces:
FacebookResponse

public interface Achievement
extends FacebookResponse

Author:
Ryuji Yamashita - roundrop at gmail.com

Nested Class Summary
static interface Achievement.AchievedObject
           
 
Nested classes/interfaces inherited from interface facebook4j.FacebookResponse
FacebookResponse.Metadata
 
Method Summary
 Achievement.AchievedObject getAchievement()
           
 Application getApplication()
           
 PagableList<Comment> getComments()
           
 Date getEndTime()
           
 IdNameEntity getFrom()
           
 String getId()
           
 Integer getImportance()
           
 PagableList<Like> getLikes()
           
 Date getPublishTime()
           
 Date getStartTime()
           
 
Methods inherited from interface facebook4j.FacebookResponse
getMetadata
 

Method Detail

getId

String getId()

getFrom

IdNameEntity getFrom()

getStartTime

Date getStartTime()

getEndTime

Date getEndTime()

getPublishTime

Date getPublishTime()

getApplication

Application getApplication()

getImportance

Integer getImportance()

getAchievement

Achievement.AchievedObject getAchievement()

getLikes

PagableList<Like> getLikes()

getComments

PagableList<Comment> getComments()


Copyright © 2019. All rights reserved.