facebook4j
Interface Location

All Superinterfaces:
FacebookResponse

public interface Location
extends FacebookResponse

Author:
Ryuji Yamashita - roundrop at gmail.com

Nested Class Summary
 
Nested classes/interfaces inherited from interface facebook4j.FacebookResponse
FacebookResponse.Metadata
 
Method Summary
 Application getApplication()
           
 Date getCreatedTime()
           
 IdNameEntity getFrom()
           
 String getId()
           
 Place getPlace()
           
 PagableList<IdNameEntity> getTags()
           
 String getType()
           
 
Methods inherited from interface facebook4j.FacebookResponse
getMetadata
 

Method Detail

getId

String getId()

getFrom

IdNameEntity getFrom()

getTags

PagableList<IdNameEntity> getTags()

getType

String getType()

getPlace

Place getPlace()

getApplication

Application getApplication()

getCreatedTime

Date getCreatedTime()


Copyright © 2019. All rights reserved.