public static final enum

ProfileField.Scope

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.google.code.linkedinapi.client.enumeration.ProfileField.Scope

Summary

Enum Values
ProfileField.Scope  All   
ProfileField.Scope  Connections   
ProfileField.Scope  User   
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static ProfileField.Scope valueOf(String name)
final static Scope[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ProfileField.Scope All

public static final ProfileField.Scope Connections

public static final ProfileField.Scope User

Public Methods

public static ProfileField.Scope valueOf (String name)

Parameters
name

public static final Scope[] values ()