Class AddressDependentPhoneNumberEndpointConfiguration

  • All Implemented Interfaces:
    Cloneable

    @ApiParams(apiName="address-dependent-phone-number",
               description="",
               apiMethods=@ApiMethod(methodName="reader",description="Create a DependentPhoneNumberReader to execute read",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 Detail

      • AddressDependentPhoneNumberEndpointConfiguration

        public AddressDependentPhoneNumberEndpointConfiguration()
    • Method Detail

      • getPathAccountSid

        public String getPathAccountSid()
      • setPathAccountSid

        public void setPathAccountSid​(String pathAccountSid)
      • getPathAddressSid

        public String getPathAddressSid()
      • setPathAddressSid

        public void setPathAddressSid​(String pathAddressSid)