public enum PeopleResourceApiMethod extends Enum<PeopleResourceApiMethod> implements org.apache.camel.util.component.ApiMethod
ApiMethod Enumeration for org.apache.camel.component.linkedin.api.PeopleResource| Modifier and Type | Method and Description |
|---|---|
List<String> |
getArgNames() |
List<Class<?>> |
getArgTypes() |
Method |
getMethod() |
String |
getName() |
Class<?> |
getResultType() |
static PeopleResourceApiMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PeopleResourceApiMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PeopleResourceApiMethod ADDGROUPMEMBERSHIP
public static final PeopleResourceApiMethod ADDINVITE
public static final PeopleResourceApiMethod ADDJOBBOOKMARK
public static final PeopleResourceApiMethod ADDUPDATECOMMENT
public static final PeopleResourceApiMethod FOLLOWCOMPANY
public static final PeopleResourceApiMethod GETCONNECTIONS
public static final PeopleResourceApiMethod GETCONNECTIONSBYID
public static final PeopleResourceApiMethod GETCONNECTIONSBYURL
public static final PeopleResourceApiMethod GETFOLLOWEDCOMPANIES
public static final PeopleResourceApiMethod GETGROUPMEMBERSHIPSETTINGS
public static final PeopleResourceApiMethod GETGROUPMEMBERSHIPS
public static final PeopleResourceApiMethod GETJOBBOOKMARKS
public static final PeopleResourceApiMethod GETNETWORKSTATS
public static final PeopleResourceApiMethod GETNETWORKUPDATES
public static final PeopleResourceApiMethod GETNETWORKUPDATESBYID
public static final PeopleResourceApiMethod GETPERSON
public static final PeopleResourceApiMethod GETPERSONBYID
public static final PeopleResourceApiMethod GETPERSONBYURL
public static final PeopleResourceApiMethod GETPOSTS
public static final PeopleResourceApiMethod GETSUGGESTEDCOMPANIES
public static final PeopleResourceApiMethod GETSUGGESTEDGROUPPOSTS
public static final PeopleResourceApiMethod GETSUGGESTEDGROUPS
public static final PeopleResourceApiMethod GETSUGGESTEDJOBS
public static final PeopleResourceApiMethod GETUPDATECOMMENTS
public static final PeopleResourceApiMethod GETUPDATELIKES
public static final PeopleResourceApiMethod LIKEUPDATE
public static final PeopleResourceApiMethod REMOVEGROUPMEMBERSHIP
public static final PeopleResourceApiMethod REMOVEGROUPSUGGESTION
public static final PeopleResourceApiMethod REMOVEJOBBOOKMARK
public static final PeopleResourceApiMethod SHARE
public static final PeopleResourceApiMethod STOPFOLLOWINGCOMPANY
public static final PeopleResourceApiMethod UPDATEGROUPMEMBERSHIP
public static PeopleResourceApiMethod[] values()
for (PeopleResourceApiMethod c : PeopleResourceApiMethod.values()) System.out.println(c);
public static PeopleResourceApiMethod valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getName()
getName in interface org.apache.camel.util.component.ApiMethodpublic Class<?> getResultType()
getResultType in interface org.apache.camel.util.component.ApiMethodpublic List<String> getArgNames()
getArgNames in interface org.apache.camel.util.component.ApiMethodpublic List<Class<?>> getArgTypes()
getArgTypes in interface org.apache.camel.util.component.ApiMethodpublic Method getMethod()
getMethod in interface org.apache.camel.util.component.ApiMethodApache Camel