Package | Description |
---|---|
org.apache.camel.component.linkedin | |
org.apache.camel.component.linkedin.internal |
Modifier and Type | Method and Description |
---|---|
LinkedInApiName |
LinkedInConfiguration.getApiName() |
protected LinkedInApiName |
LinkedInComponent.getApiName(String apiNameStr) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.camel.Endpoint |
LinkedInComponent.createEndpoint(String uri,
String methodName,
LinkedInApiName apiName,
LinkedInConfiguration endpointConfiguration) |
void |
LinkedInConfiguration.setApiName(LinkedInApiName apiName)
What kind of operation to perform
|
Constructor and Description |
---|
LinkedInEndpoint(String uri,
LinkedInComponent component,
LinkedInApiName apiName,
String methodName,
LinkedInConfiguration endpointConfiguration) |
Modifier and Type | Method and Description |
---|---|
static LinkedInApiName |
LinkedInApiName.fromValue(String value) |
static LinkedInApiName |
LinkedInApiName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LinkedInApiName[] |
LinkedInApiName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
LinkedInConfiguration |
LinkedInApiCollection.getEndpointConfiguration(LinkedInApiName apiName) |
Apache Camel