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're 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.EnumSet<PageProfileField> fields)
          Retrieves the requested profile fields for the Facebook Pages with the given pageIds.
 T ExtensibleClient.pages_getInfo(java.util.Collection<java.lang.Long> pageIds, java.util.EnumSet<PageProfileField> fields)
          Retrieves the requested profile fields for the Facebook Pages with the given pageIds.
 org.w3c.dom.Document FacebookRestClient.pages_getInfo(java.util.Collection<java.lang.Long> pageIds, java.util.EnumSet<PageProfileField> fields)
          Deprecated. Retrieves the requested profile fields for the Facebook Pages with the given pageIds.
 T IFacebookRestClient.pages_getInfo(java.lang.Long userId, java.util.EnumSet<PageProfileField> fields)
          Retrieves the requested profile fields for the Facebook Pages of the user with the given userId.
 T ExtensibleClient.pages_getInfo(java.lang.Long userId, java.util.EnumSet<PageProfileField> fields)
          Retrieves the requested profile fields for the Facebook Pages of the user with the given userId.
 org.w3c.dom.Document FacebookRestClient.pages_getInfo(java.lang.Long userId, java.util.EnumSet<PageProfileField> fields)
          Deprecated. Retrieves the requested profile fields for the Facebook Pages of the user with the given userId.
 



Copyright © 2008. All Rights Reserved.