|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CommunicationOperations
Operations related to sending messages and sending connect invitations to other users on LinkedIn
| Method Summary | |
|---|---|
void |
connectTo(String subject,
String body,
String recipientId,
ConnectionAuthorization connectionAuthorization)
Send a connect invitation message to recipientId. |
void |
connectTo(String subject,
String body,
String email,
String firstName,
String lastName)
Send a connect invitation message to and email (for users not on LinkedIn) |
void |
sendMessage(String subject,
String body,
List<String> recipientIds)
Send a textual message to a list of recipientIds Requires id from LinkedInProfile object |
void |
sendMessage(String subject,
String body,
String... recipientIds)
Send a textual message to recipientId(s) Requires id from LinkedInProfile object |
| Method Detail |
|---|
void sendMessage(String subject,
String body,
List<String> recipientIds)
subject - The subject of messagebody - The body or text of message (does not support html)recipientIds - List of ids
void sendMessage(String subject,
String body,
String... recipientIds)
subject - The subject of messagebody - The body or text of message (does not support html)recipientIds - One of more ids
void connectTo(String subject,
String body,
String recipientId,
ConnectionAuthorization connectionAuthorization)
ConnectionAuthorization object.
This object is available from a LinkedInProfile object after doing a search.
subject - The subject of messagebody - The body or text of message (does not support html)recipientId - Id of recipientconnectionAuthorization - authorization required to create a connection the connection.
void connectTo(String subject,
String body,
String email,
String firstName,
String lastName)
subject - The subject of messagebody - The body or text of message (does not support html)email - Email address of recipientfirstName - First Name of recipientlastName - Last Name of recipient
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||