Class AvailablePhoneNumberCountryEndpointConfiguration
java.lang.Object
org.apache.camel.component.twilio.TwilioConfiguration
org.apache.camel.component.twilio.AvailablePhoneNumberCountryEndpointConfiguration
- All Implemented Interfaces:
Cloneable
@ApiParams(apiName="available-phone-number-country",description="",apiMethods={@ApiMethod(methodName="fetcher",signatures={"com.twilio.rest.api.v2010.account.AvailablePhoneNumberCountryFetcher fetcher(String pathCountryCode)","com.twilio.rest.api.v2010.account.AvailablePhoneNumberCountryFetcher fetcher(String pathAccountSid, String pathCountryCode)"}),@ApiMethod(methodName="reader",signatures={"com.twilio.rest.api.v2010.account.AvailablePhoneNumberCountryReader reader()","com.twilio.rest.api.v2010.account.AvailablePhoneNumberCountryReader reader(String pathAccountSid)"})},aliases={"^creator$=create","^deleter$=delete","^fetcher$=fetch","^reader$=read","^updater$=update"})
@UriParams
@Configurer(extended=true)
public final class AvailablePhoneNumberCountryEndpointConfiguration
extends TwilioConfiguration
Camel endpoint configuration for
AvailablePhoneNumberCountry.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetPathAccountSid(String pathAccountSid) voidsetPathCountryCode(String pathCountryCode) Methods inherited from class org.apache.camel.component.twilio.TwilioConfiguration
copy, getApiName, getMethodName, setApiName, setMethodName
-
Constructor Details
-
AvailablePhoneNumberCountryEndpointConfiguration
public AvailablePhoneNumberCountryEndpointConfiguration()
-
-
Method Details
-
getPathAccountSid
-
setPathAccountSid
-
getPathCountryCode
-
setPathCountryCode
-