Class ZendeskApiCollection
- java.lang.Object
-
- org.apache.camel.support.component.ApiCollection<ZendeskApiName,ZendeskConfiguration>
-
- org.apache.camel.component.zendesk.internal.ZendeskApiCollection
-
public final class ZendeskApiCollection extends org.apache.camel.support.component.ApiCollection<ZendeskApiName,ZendeskConfiguration>
CamelApiCollection
for Zendesk
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ZendeskApiCollection
getCollection()
ZendeskConfiguration
getEndpointConfiguration(ZendeskApiName apiName)
-
-
-
Method Detail
-
getEndpointConfiguration
public ZendeskConfiguration getEndpointConfiguration(ZendeskApiName apiName)
- Specified by:
getEndpointConfiguration
in classorg.apache.camel.support.component.ApiCollection<ZendeskApiName,ZendeskConfiguration>
-
getCollection
public static ZendeskApiCollection getCollection()
-
-