org.springframework.social.linkedin.api
Class ImAccount

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

public class ImAccount
extends LinkedInObject
implements Serializable

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

See Also:
Serialized Form

Constructor Summary
ImAccount(String imAccountType, String imAccountName)
           
 
Method Summary
 String getImAccountName()
           
 String getImAccountType()
           
 
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

ImAccount

public ImAccount(String imAccountType,
                 String imAccountName)
Method Detail

getImAccountType

public String getImAccountType()

getImAccountName

public String getImAccountName()