facebook4j.api
Interface DomainMethods

All Known Subinterfaces:
Facebook

public interface DomainMethods

Author:
Ryuji Yamashita - roundrop at gmail.com

Method Summary
 Domain getDomain(String domainId)
          Returns the website domain information using Facebook.
 Domain getDomainByName(String domainName)
          Returns the website domain information using Facebook.
 List<Domain> getDomainsByName(String... domainName)
          Returns the website domains information using Facebook.
 

Method Detail

getDomain

Domain getDomain(String domainId)
                 throws FacebookException
Returns the website domain information using Facebook.

Parameters:
domainId - the ID of a website domain
Returns:
domain
Throws:
FacebookException - when Facebook service or network is unavailable
See Also:
Domain - Facebook Developers

getDomainByName

Domain getDomainByName(String domainName)
                       throws FacebookException
Returns the website domain information using Facebook.

Parameters:
domainName - the name of a website domain
Returns:
domain
Throws:
FacebookException - when Facebook service or network is unavailable
See Also:
Domain - Facebook Developers

getDomainsByName

List<Domain> getDomainsByName(String... domainName)
                              throws FacebookException
Returns the website domains information using Facebook.

Parameters:
domainName - the name list of website domain
Returns:
domains
Throws:
FacebookException - when Facebook service or network is unavailable
See Also:
Domain - Facebook Developers


Copyright © 2019. All rights reserved.