Uses of Class
org.apache.camel.component.twilio.internal.TwilioApiName
-
Packages that use TwilioApiName Package Description org.apache.camel.component.twilio org.apache.camel.component.twilio.internal -
-
Uses of TwilioApiName in org.apache.camel.component.twilio
Methods in org.apache.camel.component.twilio that return TwilioApiName Modifier and Type Method Description protected TwilioApiName
TwilioComponent. getApiName(String apiNameStr)
TwilioApiName
TwilioConfiguration. getApiName()
What kind of operation to performMethods in org.apache.camel.component.twilio with parameters of type TwilioApiName Modifier and Type Method Description protected org.apache.camel.Endpoint
TwilioComponent. createEndpoint(String uri, String methodName, TwilioApiName apiName, TwilioConfiguration endpointConfiguration)
void
TwilioConfiguration. setApiName(TwilioApiName apiName)
What kind of operation to performConstructors in org.apache.camel.component.twilio with parameters of type TwilioApiName Constructor Description TwilioEndpoint(String uri, TwilioComponent component, TwilioApiName apiName, String methodName, TwilioConfiguration endpointConfiguration)
-
Uses of TwilioApiName in org.apache.camel.component.twilio.internal
Methods in org.apache.camel.component.twilio.internal that return TwilioApiName Modifier and Type Method Description static TwilioApiName
TwilioApiName. valueOf(String name)
Returns the enum constant of this type with the specified name.static TwilioApiName[]
TwilioApiName. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.twilio.internal with parameters of type TwilioApiName Modifier and Type Method Description TwilioConfiguration
TwilioApiCollection. getEndpointConfiguration(TwilioApiName apiName)
-