Package | Description |
---|---|
org.apache.camel.component.linkedin.api | |
org.apache.camel.component.linkedin.api.model |
Modifier and Type | Method and Description |
---|---|
HistoricalFollowStatistics |
CompaniesResource.getHistoricalFollowStatistics(long company_id,
Long start_timestamp,
Long end_timestamp,
TimeGranularity time_granularity) |
HistoricalStatusUpdateStatistics |
CompaniesResource.getHistoricalStatusUpdateStatistics(long company_id,
Long start_timestamp,
Long end_timestamp,
TimeGranularity time_granularity,
String update_key) |
Modifier and Type | Method and Description |
---|---|
static TimeGranularity |
TimeGranularity.fromValue(String v) |
static TimeGranularity |
TimeGranularity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeGranularity[] |
TimeGranularity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<TimeGranularity> |
ObjectFactory.createTimeGranularity(TimeGranularity value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<TimeGranularity> |
ObjectFactory.createTimeGranularity(TimeGranularity value)
|
Apache Camel