org.springframework.social.linkedin.api
Class ConnectionAuthorization

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

public class ConnectionAuthorization
extends LinkedInObject
implements Serializable

Carries authorization information required for connecting to another LinkedIn user by their ID. Obtained via a LinkedInProfile after a user profile search.

See Also:
Serialized Form

Constructor Summary
ConnectionAuthorization(String name, String value)
           
 
Method Summary
 String getName()
           
 String getValue()
           
 
Methods inherited from class org.springframework.social.linkedin.api.LinkedInObject
add, getExtraData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionAuthorization

public ConnectionAuthorization(String name,
                               String value)
Method Detail

getName

public String getName()

getValue

public String getValue()