|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ConnectionOperations
Operations related to User Connections on LinkedIn
| Method Summary | |
|---|---|
List<LinkedInProfile> |
getConnections()
Retrieves up to 500 of the 1st-degree connections from the current user's network. |
List<LinkedInProfile> |
getConnections(int start,
int count)
Retrieves the 1st-degree connections from the current user's network. |
NetworkStatistics |
getNetworkStatistics()
Retrieve Network Statistics for User. |
| Method Detail |
|---|
List<LinkedInProfile> getConnections()
List<LinkedInProfile> getConnections(int start,
int count)
start - The starting location in the result set. Used with count for pagination.count - The number of connections to return. The maximum value is 500. Used with start for pagination.
NetworkStatistics getNetworkStatistics()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||