Package | Description |
---|---|
org.apache.camel.component.zendesk | |
org.apache.camel.component.zendesk.internal |
Modifier and Type | Method and Description |
---|---|
protected ZendeskApiName |
ZendeskComponent.getApiName(String apiNameStr) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.camel.Endpoint |
ZendeskComponent.createEndpoint(String uri,
String methodName,
ZendeskApiName apiName,
ZendeskConfiguration endpointConfiguration) |
Constructor and Description |
---|
ZendeskEndpoint(String uri,
ZendeskComponent component,
ZendeskApiName apiName,
String methodName,
ZendeskConfiguration endpointConfiguration) |
Modifier and Type | Method and Description |
---|---|
static ZendeskApiName |
ZendeskApiName.fromValue(String value) |
static ZendeskApiName |
ZendeskApiName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZendeskApiName[] |
ZendeskApiName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ZendeskConfiguration |
ZendeskApiCollection.getEndpointConfiguration(ZendeskApiName apiName) |
Apache Camel