|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of ProfileField in com.google.code.facebookapi |
|---|
| Methods in com.google.code.facebookapi that return ProfileField | |
|---|---|
static ProfileField |
ProfileField.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ProfileField[] |
ProfileField.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 ProfileField | |
|---|---|
T |
IFacebookRestClient.users_getInfo(java.lang.Iterable<java.lang.Long> userIds,
java.util.Collection<ProfileField> fields)
Retrieves the requested info fields for the requested set of users. |
org.w3c.dom.Document |
FacebookXmlRestClient.users_getInfo(java.lang.Iterable<java.lang.Long> userIds,
java.util.Collection<ProfileField> fields)
|
org.json.JSONArray |
FacebookJsonRestClient.users_getInfo(java.lang.Iterable<java.lang.Long> userIds,
java.util.Collection<ProfileField> fields)
|
UsersGetInfoResponse |
FacebookJaxbRestClient.users_getInfo(java.lang.Iterable<java.lang.Long> userIds,
java.util.Collection<ProfileField> fields)
|
java.lang.Object |
ExtensibleClient.users_getInfo(java.lang.Iterable<java.lang.Long> userIds,
java.util.Collection<ProfileField> fields)
|
T |
IFacebookRestClient.users_getStandardInfo(java.util.Collection<java.lang.Long> userIds,
java.util.Collection<ProfileField> fields)
Returns an array of user-specific information for each user identifier passed, limited by the view of the current user. |
org.w3c.dom.Document |
FacebookXmlRestClient.users_getStandardInfo(java.util.Collection<java.lang.Long> userIds,
java.util.Collection<ProfileField> fields)
|
org.json.JSONArray |
FacebookJsonRestClient.users_getStandardInfo(java.util.Collection<java.lang.Long> userIds,
java.util.Collection<ProfileField> fields)
|
UsersGetStandardInfoResponse |
FacebookJaxbRestClient.users_getStandardInfo(java.util.Collection<java.lang.Long> userIds,
java.util.Collection<ProfileField> fields)
|
java.lang.Object |
ExtensibleClient.users_getStandardInfo(java.util.Collection<java.lang.Long> userIds,
java.util.Collection<ProfileField> fields)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||