Package | Description |
---|---|
org.apache.camel.component.linkedin.api | |
org.apache.camel.component.linkedin.api.model |
Modifier and Type | Method and Description |
---|---|
Updates |
PeopleResource.getNetworkUpdates(String scope,
NetworkUpdateReturnType type,
Long count,
Long start,
Long after,
Long before,
Boolean show_hidden_members,
String fields,
Boolean secure_urls) |
Updates |
PeopleResource.getNetworkUpdatesById(String scope,
NetworkUpdateReturnType type,
Long count,
Long start,
Long after,
Long before,
Boolean show_hidden_members,
String person_id,
String fields,
Boolean secure_urls) |
Modifier and Type | Field and Description |
---|---|
protected NetworkUpdateReturnType |
OriginalUpdate.updateType |
protected NetworkUpdateReturnType |
Update.updateType |
Modifier and Type | Method and Description |
---|---|
static NetworkUpdateReturnType |
NetworkUpdateReturnType.fromValue(String v) |
NetworkUpdateReturnType |
OriginalUpdate.getUpdateType()
Gets the value of the updateType property.
|
NetworkUpdateReturnType |
Update.getUpdateType()
Gets the value of the updateType property.
|
static NetworkUpdateReturnType |
NetworkUpdateReturnType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworkUpdateReturnType[] |
NetworkUpdateReturnType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<NetworkUpdateReturnType> |
ObjectFactory.createUpdateType(NetworkUpdateReturnType value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<NetworkUpdateReturnType> |
ObjectFactory.createUpdateType(NetworkUpdateReturnType value)
|
void |
OriginalUpdate.setUpdateType(NetworkUpdateReturnType value)
Sets the value of the updateType property.
|
void |
Update.setUpdateType(NetworkUpdateReturnType value)
Sets the value of the updateType property.
|
Apache Camel