facebook4j.api
Interface DomainMethods

All Known Subinterfaces:
Facebook
All Known Implementing Classes:
FacebookImpl

public interface DomainMethods

Author:
Ryuji Yamashita - roundrop at gmail.com

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

Method Detail

getDomain

Domain getDomain(java.lang.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(java.lang.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

java.util.List<Domain> getDomainsByName(java.lang.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