public final enum

EducationsField

extends Enum<E extends Enum<E>>
implements FieldEnum
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.google.code.linkedinapi.client.enumeration.EducationsField

Summary

Enum Values
EducationsField  ACTIVITIES  the activities at the school, as indicated by the member  
EducationsField  DEGREE  the degree of study obtained at the school, as indicated by the member  
EducationsField  END_DATE  a structured object with a year field indicating when the education ended. 
EducationsField  FIELD_OF_STUDY  the field of study at the school, as indicated by the member  
EducationsField  ID  a unique identifier for this member's education entry. 
EducationsField  SCHOOL_NAME  the name of the school, as indicated by the member  
EducationsField  START_DATE  a structured object a year field indicating when the education began  
Fields
private final String fieldName Field description
private static final Map<String, EducationsField> stringToEnum Field Description.
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
String fieldName()
static EducationsField fromString(String symbol)
String toString()
Method description
static EducationsField valueOf(String name)
final static EducationsField[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface com.google.code.linkedinapi.client.enumeration.FieldEnum
From interface java.lang.Comparable

Enum Values

public static final EducationsField ACTIVITIES

the activities at the school, as indicated by the member

public static final EducationsField DEGREE

the degree of study obtained at the school, as indicated by the member

public static final EducationsField END_DATE

a structured object with a year field indicating when the education ended.

public static final EducationsField FIELD_OF_STUDY

the field of study at the school, as indicated by the member

public static final EducationsField ID

a unique identifier for this member's education entry.

public static final EducationsField SCHOOL_NAME

the name of the school, as indicated by the member

public static final EducationsField START_DATE

a structured object a year field indicating when the education began

Fields

private final String fieldName

Field description

private static final Map<String, EducationsField> stringToEnum

Field Description.

Public Methods

public String fieldName ()

Returns
  • the name of the field

public static EducationsField fromString (String symbol)

Parameters
symbol
Returns
  • Returns EducationsField for string, or null if string is invalid

public String toString ()

Method description

public static EducationsField valueOf (String name)

Parameters
name

public static final EducationsField[] values ()