|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PageProfileField | |
|---|---|
| com.facebook.api | |
| Uses of PageProfileField in com.facebook.api |
|---|
| Methods in com.facebook.api 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.facebook.api 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||