org.springframework.social.linkedin.api
Class ConnectionAuthorization
java.lang.Object
org.springframework.social.linkedin.api.LinkedInObject
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectionAuthorization
public ConnectionAuthorization(String name,
String value)
getName
public String getName()
getValue
public String getValue()