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