public class GetFriendsAction extends GetAction<java.util.List<Profile>>
configuration, sessionManager| Constructor and Description |
|---|
GetFriendsAction(SessionManager sessionManager) |
| Modifier and Type | Method and Description |
|---|---|
protected android.os.Bundle |
getBundle() |
protected java.lang.String |
getGraphPath() |
protected java.util.List<Profile> |
processResponse(GraphResponse response)
It is better to override this method and implement your faster
conversion.
|
void |
setProperties(Profile.Properties properties) |
executeImpl, getActionListener, getTarget, setActionListener, setEdge, setTargetexecutepublic GetFriendsAction(SessionManager sessionManager)
public void setProperties(Profile.Properties properties)
protected java.lang.String getGraphPath()
getGraphPath in class GetAction<java.util.List<Profile>>protected android.os.Bundle getBundle()
protected java.util.List<Profile> processResponse(GraphResponse response)
GetActionprocessResponse in class GetAction<java.util.List<Profile>>