@UriParams @Configurer(extended=true) public class TwilioConfiguration extends Object implements Cloneable
| Constructor and Description |
|---|
TwilioConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
TwilioConfiguration |
copy()
Returns a copy of this configuration
|
TwilioApiName |
getApiName()
What kind of operation to perform
|
String |
getMethodName()
What sub operation to use for the selected operation
|
void |
setApiName(TwilioApiName apiName)
What kind of operation to perform
|
void |
setMethodName(String methodName)
What sub operation to use for the selected operation
|
public TwilioConfiguration copy()
public TwilioApiName getApiName()
public void setApiName(TwilioApiName apiName)
apiName - the API Name to setpublic String getMethodName()
public void setMethodName(String methodName)
methodName - the methodName to setApache Camel