com.google.code.linkedinapi.client.constant
Interface RelationshipCodes


public interface RelationshipCodes


Field Summary
static java.lang.String FIRST_DEGREE_CONNECTIONS
          The Constant FIRST_DEGREE_CONNECTIONS.
static java.lang.String INSIDE_GROUPS
          The Constant INSIDE_GROUPS.
static java.lang.String OUT_OF_NETWORK_CONNECTIONS
          The Constant OUT_OF_NETWORK_CONNECTIONS.
static java.lang.String SECOND_DEGREE_CONNECTIONS
          The Constant SECOND_DEGREE_CONNECTIONS.
 

Field Detail

FIRST_DEGREE_CONNECTIONS

static final java.lang.String FIRST_DEGREE_CONNECTIONS
The Constant FIRST_DEGREE_CONNECTIONS.

See Also:
Constant Field Values

SECOND_DEGREE_CONNECTIONS

static final java.lang.String SECOND_DEGREE_CONNECTIONS
The Constant SECOND_DEGREE_CONNECTIONS.

See Also:
Constant Field Values

INSIDE_GROUPS

static final java.lang.String INSIDE_GROUPS
The Constant INSIDE_GROUPS.

See Also:
Constant Field Values

OUT_OF_NETWORK_CONNECTIONS

static final java.lang.String OUT_OF_NETWORK_CONNECTIONS
The Constant OUT_OF_NETWORK_CONNECTIONS.

See Also:
Constant Field Values