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