Class NewKeyEndpointConfiguration
- java.lang.Object
-
- org.apache.camel.component.twilio.TwilioConfiguration
-
- org.apache.camel.component.twilio.NewKeyEndpointConfiguration
-
- All Implemented Interfaces:
Cloneable
@ApiParams(apiName="new-key", description="", apiMethods=@ApiMethod(methodName="creator",description="Create a NewKeyCreator to execute create",signatures={"com.twilio.rest.api.v2010.account.NewKeyCreator creator()","com.twilio.rest.api.v2010.account.NewKeyCreator creator(String pathAccountSid)"}), aliases={"^creator$=create","^deleter$=delete","^fetcher$=fetch","^reader$=read","^updater$=update"}) @UriParams @Configurer(extended=true) public final class NewKeyEndpointConfiguration extends TwilioConfiguration
Camel endpoint configuration forNewKey
.
-
-
Constructor Summary
Constructors Constructor Description NewKeyEndpointConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPathAccountSid()
void
setPathAccountSid(String pathAccountSid)
-
Methods inherited from class org.apache.camel.component.twilio.TwilioConfiguration
copy, getApiName, getMethodName, setApiName, setMethodName
-
-