public final enum

FacetField

extends Enum<E extends Enum<E>>
implements CompositeEnum<Parent extends CompositeEnum<Parent>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.google.code.linkedinapi.client.enumeration.FacetField

Summary

Enum Values
FacetField  BUCKETS  The facet bucket values for the facet. 
FacetField  BUCKET_CODE  The machine processable value for the bucket. 
FacetField  BUCKET_COUNT  The number of results inside the bucket. 
FacetField  BUCKET_NAME  A human readable name for the facet bucket. 
FacetField  BUCKET_SELECTED  If this bucket's results are included in your search query. 
FacetField  CODE  The machine processable value for the facet. 
FacetField  NAME  A human readable name for the facet. 
Fields
private final String fieldName Field description
private final FacetField parent Field description
private static final Map<String, FacetField> stringToEnum Field Description.
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
String fieldName()
static FacetField fromString(String symbol)
FacetField parent()
Parent.
String toString()
Method description
static FacetField valueOf(String name)
final static FacetField[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface com.google.code.linkedinapi.client.enumeration.CompositeEnum
From interface com.google.code.linkedinapi.client.enumeration.FieldEnum
From interface java.lang.Comparable

Enum Values

public static final FacetField BUCKETS

The facet bucket values for the facet.

public static final FacetField BUCKET_CODE

The machine processable value for the bucket.

public static final FacetField BUCKET_COUNT

The number of results inside the bucket.

public static final FacetField BUCKET_NAME

A human readable name for the facet bucket.

public static final FacetField BUCKET_SELECTED

If this bucket's results are included in your search query.

public static final FacetField CODE

The machine processable value for the facet.

public static final FacetField NAME

A human readable name for the facet.

Fields

private final String fieldName

Field description

private final FacetField parent

Field description

private static final Map<String, FacetField> stringToEnum

Field Description.

Public Methods

public String fieldName ()

Returns
  • the name of the field

public static FacetField fromString (String symbol)

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

public FacetField parent ()

Parent.

Returns
  • the parent

public String toString ()

Method description

public static FacetField valueOf (String name)

Parameters
name

public static final FacetField[] values ()