com.google.code.linkedinapi.client.oauth
Class LinkedInAccessToken

java.lang.Object
  extended by com.google.code.linkedinapi.client.oauth.LinkedInOAuthToken
      extended by com.google.code.linkedinapi.client.oauth.LinkedInAccessToken
All Implemented Interfaces:
java.io.Serializable

public class LinkedInAccessToken
extends LinkedInOAuthToken

Class description

See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
LinkedInAccessToken(java.lang.String token, java.lang.String tokenSecret)
          Constructs ...
 
Method Summary
 
Methods inherited from class com.google.code.linkedinapi.client.oauth.LinkedInOAuthToken
equals, getExpirationTime, getToken, getTokenSecret, hashCode, setExpirationTime, setToken, setTokenSecret
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

LinkedInAccessToken

public LinkedInAccessToken(java.lang.String token,
                           java.lang.String tokenSecret)
Constructs ...

Parameters:
token -
tokenSecret -