Package | Description |
---|---|
org.apache.camel.component.twilio | |
org.apache.camel.component.twilio.internal |
Modifier and Type | Method and Description |
---|---|
TwilioApiName |
TwilioConfiguration.getApiName()
What kind of operation to perform
|
protected TwilioApiName |
TwilioComponent.getApiName(String apiNameStr) |
Modifier and Type | Method and 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 perform
|
Constructor and Description |
---|
TwilioEndpoint(String uri,
TwilioComponent component,
TwilioApiName apiName,
String methodName,
TwilioConfiguration endpointConfiguration) |
Modifier and Type | Method and Description |
---|---|
static TwilioApiName |
TwilioApiName.fromValue(String value) |
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.
|
Modifier and Type | Method and Description |
---|---|
TwilioConfiguration |
TwilioApiCollection.getEndpointConfiguration(TwilioApiName apiName) |
Apache Camel