Uses of Class
com.google.code.facebookapi.PageProfileField

Uses of PageProfileField in com.google.code.facebookapi
 

Methods in com.google.code.facebookapi that return PageProfileField
static PageProfileField PageProfileField.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PageProfileField[] PageProfileField.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Method parameters in com.google.code.facebookapi with type arguments of type PageProfileField
 T IFacebookRestClient.pages_getInfo(java.util.Collection<java.lang.Long> pageIds, java.util.Collection<PageProfileField> fields)
          Retrieves the requested profile fields for the Facebook Pages with the given pageIds.
 org.w3c.dom.Document FacebookXmlRestClient.pages_getInfo(java.util.Collection<java.lang.Long> pageIds, java.util.Collection<PageProfileField> fields)
           
 org.json.JSONObject FacebookJsonRestClient.pages_getInfo(java.util.Collection<java.lang.Long> pageIds, java.util.Collection<PageProfileField> fields)
           
 PagesGetInfoResponse FacebookJaxbRestClient.pages_getInfo(java.util.Collection<java.lang.Long> pageIds, java.util.Collection<PageProfileField> fields)
           
 java.lang.Object ExtensibleClient.pages_getInfo(java.util.Collection<java.lang.Long> pageIds, java.util.Collection<PageProfileField> fields)
          Retrieves the requested profile fields for the Facebook Pages with the given pageIds.
 T IFacebookRestClient.pages_getInfo(java.lang.Long userId, java.util.Collection<PageProfileField> fields)
          Retrieves the requested profile fields for the Facebook Pages of the user with the given userId.
 org.w3c.dom.Document FacebookXmlRestClient.pages_getInfo(java.lang.Long userId, java.util.Collection<PageProfileField> fields)
           
 org.json.JSONObject FacebookJsonRestClient.pages_getInfo(java.lang.Long userId, java.util.Collection<PageProfileField> fields)
           
 PagesGetInfoResponse FacebookJaxbRestClient.pages_getInfo(java.lang.Long userId, java.util.Collection<PageProfileField> fields)
           
 java.lang.Object ExtensibleClient.pages_getInfo(java.lang.Long userId, java.util.Collection<PageProfileField> fields)
          Retrieves the requested profile fields for the Facebook Pages of the user with the given userId.
 



Copyright © 2010. All Rights Reserved.