facebook4j
Interface Tab

All Superinterfaces:
FacebookResponse

public interface Tab
extends FacebookResponse

Since:
Facebook4J 2.0.0
Author:
Ryuji Yamashita - roundrop at gmail.com

Nested Class Summary
 
Nested classes/interfaces inherited from interface facebook4j.FacebookResponse
FacebookResponse.Metadata
 
Method Summary
 IdNameEntity getApplication()
           
 URL getCustomImageURL()
           
 String getCustomName()
           
 String getId()
           
 URL getImageURL()
           
 URL getLink()
           
 String getName()
           
 Integer getPosition()
           
 Boolean isNonConnectionLandingTab()
           
 Boolean isPermanent()
           
 
Methods inherited from interface facebook4j.FacebookResponse
getMetadata
 

Method Detail

getId

String getId()

getName

String getName()

getLink

URL getLink()

getApplication

IdNameEntity getApplication()

getCustomName

String getCustomName()

isPermanent

Boolean isPermanent()

getPosition

Integer getPosition()

isNonConnectionLandingTab

Boolean isNonConnectionLandingTab()

getImageURL

URL getImageURL()

getCustomImageURL

URL getCustomImageURL()


Copyright © 2019. All rights reserved.