public interface ConnectionOperations
| Modifier and Type | Method and Description |
|---|---|
java.util.List<LinkedInProfile> |
getConnections()
Retrieves up to 500 of the 1st-degree connections from the current user's network.
|
java.util.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.
|
java.util.List<LinkedInProfile> getConnections()
java.util.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()