org.springframework.social.linkedin.api
Class Share.ShareSource

java.lang.Object
  extended by org.springframework.social.linkedin.api.LinkedInObject
      extended by org.springframework.social.linkedin.api.Share.ShareSource
All Implemented Interfaces:
Serializable
Enclosing class:
Share

public static class Share.ShareSource
extends LinkedInObject
implements Serializable

See Also:
Serialized Form

Constructor Summary
Share.ShareSource(String application, String serviceProvider, String serviceProviderAccountHandle, String serviceProviderAccountId, String serviceProviderShareId)
           
 
Method Summary
 String getApplication()
           
 String getServiceProvider()
           
 String getServiceProviderAccountHandle()
           
 String getServiceProviderAccountId()
           
 String getServiceProviderShareId()
           
 
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

Share.ShareSource

public Share.ShareSource(String application,
                         String serviceProvider,
                         String serviceProviderAccountHandle,
                         String serviceProviderAccountId,
                         String serviceProviderShareId)
Method Detail

getApplication

public String getApplication()

getServiceProvider

public String getServiceProvider()

getServiceProviderAccountHandle

public String getServiceProviderAccountHandle()

getServiceProviderAccountId

public String getServiceProviderAccountId()

getServiceProviderShareId

public String getServiceProviderShareId()