Uses of Class
org.apache.camel.component.zendesk.internal.ZendeskApiName
-
Packages that use ZendeskApiName Package Description org.apache.camel.component.zendesk org.apache.camel.component.zendesk.internal -
-
Uses of ZendeskApiName in org.apache.camel.component.zendesk
Methods in org.apache.camel.component.zendesk that return ZendeskApiName Modifier and Type Method Description protected ZendeskApiName
ZendeskComponent. getApiName(String apiNameStr)
Methods in org.apache.camel.component.zendesk with parameters of type ZendeskApiName Modifier and Type Method Description protected org.apache.camel.Endpoint
ZendeskComponent. createEndpoint(String uri, String methodName, ZendeskApiName apiName, ZendeskConfiguration endpointConfiguration)
Constructors in org.apache.camel.component.zendesk with parameters of type ZendeskApiName Constructor Description ZendeskEndpoint(String uri, ZendeskComponent component, ZendeskApiName apiName, String methodName, ZendeskConfiguration endpointConfiguration)
-
Uses of ZendeskApiName in org.apache.camel.component.zendesk.internal
Methods in org.apache.camel.component.zendesk.internal that return ZendeskApiName Modifier and Type Method Description 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.Methods in org.apache.camel.component.zendesk.internal with parameters of type ZendeskApiName Modifier and Type Method Description ZendeskConfiguration
ZendeskApiCollection. getEndpointConfiguration(ZendeskApiName apiName)
-