Package | Description |
---|---|
org.apache.camel.component.linkedin.api | |
org.apache.camel.component.linkedin.api.model |
Modifier and Type | Method and Description |
---|---|
GroupMemberships |
PeopleResource.getGroupMemberships(MembershipStateCode membership_state,
String fields,
Long count,
Long start) |
Modifier and Type | Field and Description |
---|---|
protected MembershipStateCode |
MembershipState.code |
Modifier and Type | Method and Description |
---|---|
static MembershipStateCode |
MembershipStateCode.fromValue(String v) |
MembershipStateCode |
MembershipState.getCode()
Gets the value of the code property.
|
static MembershipStateCode |
MembershipStateCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MembershipStateCode[] |
MembershipStateCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MembershipState.setCode(MembershipStateCode value)
Sets the value of the code property.
|
Apache Camel