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 Details

    • AddressDependentPhoneNumberEndpointConfiguration

      public AddressDependentPhoneNumberEndpointConfiguration()
  • Method Details

    • getPathAccountSid

      public String getPathAccountSid()
    • setPathAccountSid

      public void setPathAccountSid(String pathAccountSid)
    • getPathAddressSid

      public String getPathAddressSid()
    • setPathAddressSid

      public void setPathAddressSid(String pathAddressSid)