public final class

LinkedInApiUrls

extends Object
java.lang.Object
   ↳ com.google.code.linkedinapi.client.constant.LinkedInApiUrls

Class Overview

The Class LinkedInApiUrls.

Summary

Nested Classes
class LinkedInApiUrls.LinkedInApiUrlBuilder The Class LinkedInApiUrlBuilder. 
Constants
String API_URLS_FILE The Constant API_URLS_FILE.
Fields
public static final String GET_CONNECTIONS_BY_EMAIL The Constant GET_CONNECTIONS_BY_EMAIL.
public static final String GET_CONNECTIONS_BY_ID The Constant GET_CONNECTIONS_BY_ID.
public static final String GET_CONNECTIONS_BY_URL The Constant GET_CONNECTIONS_BY_URL.
public static final String GET_CONNECTIONS_FOR_CURRENT_USER The Constant GET_CONNECTIONS_FOR_CURRENT_USER.
public static final String GET_PROFILE_BY_ID The Constant GET_PROFILE_BY_ID.
public static final String GET_PROFILE_BY_URL The Constant GET_PROFILE_BY_URL.
public static final String GET_PROFILE_FOR_CURRENT_USER The Constant GET_PROFILE_FOR_CURRENT_USER.
public static final String LINKED_IN_OAUTH_ACCESS_TOKEN_URL The Constant LINKED_IN_OAUTH_ACCESS_TOKEN_URL.
public static final String LINKED_IN_OAUTH_AUTHORIZE_URL The Constant LINKED_IN_OAUTH_AUTHORIZE_URL.
public static final String LINKED_IN_OAUTH_INVALIDATE_TOKEN_URL The Constant LINKED_IN_OAUTH_ACCESS_TOKEN_URL.
public static final String LINKED_IN_OAUTH_REQUEST_TOKEN_URL The Constant LINKED_IN_OAUTH_REQUEST_TOKEN_URL.
private static final Logger LOG The static logger.
public static final String NETWORK_UPDATES The Constant NETWORK_UPDATES.
public static final String NETWORK_UPDATE_COMMENTS The Constant NETWORK_UPDATE_COMMENTS.
public static final String NETWORK_UPDATE_LIKE The Constant NETWORK_UPDATE_LIKE.
public static final String NETWORK_UPDATE_LIKES The Constant NETWORK_UPDATE_LIKES.
public static final String POST_COMMENT The Constant POST_COMMENT.
public static final String POST_SHARE The Constant POST_SHARE.
public static final String POST_STATUS The Constant POST_STATUS.
public static final String POST_UPDATE The Constant POST_UPDATE.
public static final String RE_SHARE The Constant RE_SHARE.
public static final String SEARCH_FACETS The Constant SEARCH_PEOPLE.
public static final String SEARCH_PEOPLE The Constant SEARCH_PEOPLE.
public static final String SEARCH_PEOPLE_FACETS The Constant SEARCH_PEOPLE_FACETS.
public static final String SEND_INVITE_EMAIL_PERSON_PATH The Constant SEND_INVITE_EMAIL_PERSON_PATH.
public static final String SEND_INVITE_ID_PERSON_PATH The Constant SEND_INVITE_ID_PERSON_PATH.
public static final String SEND_MESSAGE The Constant SEND_MESSAGE.
public static final String SEND_MESSAGE_PERSON_PATH The Constant SEND_MESSAGE_PERSON_PATH.
public static final String USER_UPDATES The Constant USER_UPDATES.
private static final Properties linkedInApiUrls The Constant linkedInApiUrls.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String API_URLS_FILE

The Constant API_URLS_FILE.

Constant Value: "LinkedInApiUrls.properties"

Fields

public static final String GET_CONNECTIONS_BY_EMAIL

The Constant GET_CONNECTIONS_BY_EMAIL.

public static final String GET_CONNECTIONS_BY_ID

The Constant GET_CONNECTIONS_BY_ID.

public static final String GET_CONNECTIONS_BY_URL

The Constant GET_CONNECTIONS_BY_URL.

public static final String GET_CONNECTIONS_FOR_CURRENT_USER

The Constant GET_CONNECTIONS_FOR_CURRENT_USER.

public static final String GET_PROFILE_BY_ID

The Constant GET_PROFILE_BY_ID.

public static final String GET_PROFILE_BY_URL

The Constant GET_PROFILE_BY_URL.

public static final String GET_PROFILE_FOR_CURRENT_USER

The Constant GET_PROFILE_FOR_CURRENT_USER.

public static final String LINKED_IN_OAUTH_ACCESS_TOKEN_URL

The Constant LINKED_IN_OAUTH_ACCESS_TOKEN_URL.

public static final String LINKED_IN_OAUTH_AUTHORIZE_URL

The Constant LINKED_IN_OAUTH_AUTHORIZE_URL.

public static final String LINKED_IN_OAUTH_INVALIDATE_TOKEN_URL

The Constant LINKED_IN_OAUTH_ACCESS_TOKEN_URL.

public static final String LINKED_IN_OAUTH_REQUEST_TOKEN_URL

The Constant LINKED_IN_OAUTH_REQUEST_TOKEN_URL.

private static final Logger LOG

The static logger.

public static final String NETWORK_UPDATES

The Constant NETWORK_UPDATES.

public static final String NETWORK_UPDATE_COMMENTS

The Constant NETWORK_UPDATE_COMMENTS.

public static final String NETWORK_UPDATE_LIKE

The Constant NETWORK_UPDATE_LIKE.

public static final String NETWORK_UPDATE_LIKES

The Constant NETWORK_UPDATE_LIKES.

public static final String POST_COMMENT

The Constant POST_COMMENT.

public static final String POST_SHARE

The Constant POST_SHARE.

public static final String POST_STATUS

The Constant POST_STATUS.

public static final String POST_UPDATE

The Constant POST_UPDATE.

public static final String RE_SHARE

The Constant RE_SHARE.

public static final String SEARCH_FACETS

The Constant SEARCH_PEOPLE.

public static final String SEARCH_PEOPLE

The Constant SEARCH_PEOPLE.

public static final String SEARCH_PEOPLE_FACETS

The Constant SEARCH_PEOPLE_FACETS.

public static final String SEND_INVITE_EMAIL_PERSON_PATH

The Constant SEND_INVITE_EMAIL_PERSON_PATH.

public static final String SEND_INVITE_ID_PERSON_PATH

The Constant SEND_INVITE_ID_PERSON_PATH.

public static final String SEND_MESSAGE

The Constant SEND_MESSAGE.

public static final String SEND_MESSAGE_PERSON_PATH

The Constant SEND_MESSAGE_PERSON_PATH.

public static final String USER_UPDATES

The Constant USER_UPDATES.

private static final Properties linkedInApiUrls

The Constant linkedInApiUrls.