org.springframework.social.linkedin.api
Class ImAccount

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

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

Model class representing IM (Instance Message) Account Details for a Profile on LinkedIn

See Also:
Serialized Form

Constructor Summary
ImAccount(java.lang.String imAccountType, java.lang.String imAccountName)
           
 
Method Summary
 java.lang.String getImAccountName()
           
 java.lang.String getImAccountType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImAccount

public ImAccount(java.lang.String imAccountType,
                 java.lang.String imAccountName)
Method Detail

getImAccountType

public java.lang.String getImAccountType()

getImAccountName

public java.lang.String getImAccountName()