Uses of Class
org.apache.camel.component.zendesk.ZendeskConfiguration
-
Packages that use ZendeskConfiguration Package Description org.apache.camel.component.zendesk org.apache.camel.component.zendesk.internal -
-
Uses of ZendeskConfiguration in org.apache.camel.component.zendesk
Subclasses of ZendeskConfiguration in org.apache.camel.component.zendesk Modifier and Type Class Description class
ZendeskEndpointConfiguration
Camel endpoint configuration forZendesk
.Methods in org.apache.camel.component.zendesk that return ZendeskConfiguration Modifier and Type Method Description ZendeskConfiguration
ZendeskComponent. getConfiguration()
To use the shared configurationMethods in org.apache.camel.component.zendesk that return types with arguments of type ZendeskConfiguration Modifier and Type Method Description protected org.apache.camel.support.component.ApiMethodPropertiesHelper<ZendeskConfiguration>
ZendeskEndpoint. getPropertiesHelper()
Methods in org.apache.camel.component.zendesk with parameters of type ZendeskConfiguration Modifier and Type Method Description protected org.apache.camel.Endpoint
ZendeskComponent. createEndpoint(String uri, String methodName, ZendeskApiName apiName, ZendeskConfiguration endpointConfiguration)
void
ZendeskComponent. setConfiguration(ZendeskConfiguration configuration)
To use the shared configurationConstructors in org.apache.camel.component.zendesk with parameters of type ZendeskConfiguration Constructor Description ZendeskEndpoint(String uri, ZendeskComponent component, ZendeskApiName apiName, String methodName, ZendeskConfiguration endpointConfiguration)
-
Uses of ZendeskConfiguration in org.apache.camel.component.zendesk.internal
Methods in org.apache.camel.component.zendesk.internal that return ZendeskConfiguration Modifier and Type Method Description ZendeskConfiguration
ZendeskApiCollection. getEndpointConfiguration(ZendeskApiName apiName)
Methods in org.apache.camel.component.zendesk.internal with parameters of type ZendeskConfiguration Modifier and Type Method Description static org.zendesk.client.v2.Zendesk
ZendeskHelper. create(ZendeskConfiguration configuration)
-