Class TokenEndpointConfiguration
- java.lang.Object
-
- org.apache.camel.component.twilio.TwilioConfiguration
-
- org.apache.camel.component.twilio.TokenEndpointConfiguration
-
- All Implemented Interfaces:
Cloneable
@ApiParams(apiName="token", description="", apiMethods=@ApiMethod(methodName="creator",description="Create a TokenCreator to execute create",signatures={"com.twilio.rest.api.v2010.account.TokenCreator creator()","com.twilio.rest.api.v2010.account.TokenCreator creator(String pathAccountSid)"}), aliases={"^creator$=create","^deleter$=delete","^fetcher$=fetch","^reader$=read","^updater$=update"}) @UriParams @Configurer(extended=true) public final class TokenEndpointConfiguration extends TwilioConfiguration
Camel endpoint configuration forToken
.
-
-
Constructor Summary
Constructors Constructor Description TokenEndpointConfiguration()
-
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
-
-