java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.google.code.linkedinapi.client.enumeration.SearchParameter |
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SearchParameter | COMPANY_NAME | Returns members who have a particular company name on their profile. | |||||||||
SearchParameter | COUNTRY_CODE | Returns members within a specific country. | |||||||||
SearchParameter | CURRENT_COMPANY | Valid values are true or false. | |||||||||
SearchParameter | CURRENT_SCHOOL | Valid values are true or false. | |||||||||
SearchParameter | CURRENT_TITLE | Valid values are true or false. | |||||||||
SearchParameter | DISTANCE | Matches members within a distance from a central point. | |||||||||
SearchParameter | FACET | Facet values to search over. | |||||||||
SearchParameter | FACETS | Facet buckets to return. | |||||||||
SearchParameter | FIRST_NAME | Members with a matching first name. | |||||||||
SearchParameter | KEYWORDS | Returns members who have keywords anywhere in their profile. | |||||||||
SearchParameter | LAST_NAME | Members with a matching last name. | |||||||||
SearchParameter | POSTAL_CODE | Returns members within a specific postal code. | |||||||||
SearchParameter | SCHOOL_NAME | Members who have a matching school name on their profile. | |||||||||
SearchParameter | TITLE | Returns members who have a particular title on their profile |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
fieldName | Field description | ||||||||||
stringToEnum | Field Description. |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Method description
| |||||||||||
[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
|
Returns members who have a particular company name on their profile. company works with the current-company parameter which specifies whether the company must be a current company or whether it can be anywhere on a profile.
Valid values are true or false. A value of true matches members who currently attend the school specified in the school-name parameter.
Matches members within a distance from a central point. This is measured in miles.
Members with a matching first name. Matches must be exact. Multiple words should be separated by a space.
Returns members who have keywords anywhere in their profile. Multiple words should be separated by a plus (+) sign. Boolean logic isn't supported in this parameter.
Members with a matching last name. Matches must be exactly. Multiple words should be separated by a space.
Members who have a matching school name on their profile.
Returns members who have a particular title on their profile
Field description
symbol |
---|
Method description