org.springframework.social.linkedin.api
Class Relation

java.lang.Object
  extended by org.springframework.social.linkedin.api.Relation
All Implemented Interfaces:
java.io.Serializable

public class Relation
extends java.lang.Object
implements java.io.Serializable

Model class representing a relation.

See Also:
Serialized Form

Constructor Summary
Relation(int distance)
           
 
Method Summary
 int getDistance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Relation

public Relation(int distance)
Method Detail

getDistance

public int getDistance()