Class IncomingPhoneNumberTollFreeEndpointConfiguration

  • All Implemented Interfaces:
    Cloneable

    @ApiParams(apiName="incoming-phone-number-toll-free",description="",apiMethods={@ApiMethod(methodName="creator",description="Create a TollFreeCreator to execute create",signatures={"com.twilio.rest.api.v2010.account.incomingphonenumber.TollFreeCreator creator(com.twilio.type.PhoneNumber phoneNumber)","com.twilio.rest.api.v2010.account.incomingphonenumber.TollFreeCreator creator(String pathAccountSid, com.twilio.type.PhoneNumber phoneNumber)"}),@ApiMethod(methodName="reader",description="Create a TollFreeReader to execute read",signatures={"com.twilio.rest.api.v2010.account.incomingphonenumber.TollFreeReader reader()","com.twilio.rest.api.v2010.account.incomingphonenumber.TollFreeReader reader(String pathAccountSid)"})},aliases={"^creator$=create","^deleter$=delete","^fetcher$=fetch","^reader$=read","^updater$=update"})
    @UriParams
    @Configurer(extended=true)
    public final class IncomingPhoneNumberTollFreeEndpointConfiguration
    extends TwilioConfiguration
    Camel endpoint configuration for TollFree.
    • Constructor Detail

      • IncomingPhoneNumberTollFreeEndpointConfiguration

        public IncomingPhoneNumberTollFreeEndpointConfiguration()
    • Method Detail

      • getPathAccountSid

        public String getPathAccountSid()
      • setPathAccountSid

        public void setPathAccountSid​(String pathAccountSid)
      • getPhoneNumber

        public com.twilio.type.PhoneNumber getPhoneNumber()
      • setPhoneNumber

        public void setPhoneNumber​(com.twilio.type.PhoneNumber phoneNumber)