Class CallNotificationEndpointConfiguration

java.lang.Object
org.apache.camel.component.twilio.TwilioConfiguration
org.apache.camel.component.twilio.CallNotificationEndpointConfiguration
All Implemented Interfaces:
Cloneable

@ApiParams(apiName="call-notification",description="",apiMethods={@ApiMethod(methodName="fetcher",signatures={"com.twilio.rest.api.v2010.account.call.NotificationFetcher fetcher(String pathCallSid, String pathSid)","com.twilio.rest.api.v2010.account.call.NotificationFetcher fetcher(String pathAccountSid, String pathCallSid, String pathSid)"}),@ApiMethod(methodName="reader",signatures={"com.twilio.rest.api.v2010.account.call.NotificationReader reader(String pathCallSid)","com.twilio.rest.api.v2010.account.call.NotificationReader reader(String pathAccountSid, String pathCallSid)"})},aliases={"^creator$=create","^deleter$=delete","^fetcher$=fetch","^reader$=read","^updater$=update"}) @UriParams @Configurer(extended=true) public final class CallNotificationEndpointConfiguration extends TwilioConfiguration
Camel endpoint configuration for Notification.
  • Constructor Details

    • CallNotificationEndpointConfiguration

      public CallNotificationEndpointConfiguration()
  • Method Details

    • getPathAccountSid

      public String getPathAccountSid()
    • setPathAccountSid

      public void setPathAccountSid(String pathAccountSid)
    • getPathCallSid

      public String getPathCallSid()
    • setPathCallSid

      public void setPathCallSid(String pathCallSid)
    • getPathSid

      public String getPathSid()
    • setPathSid

      public void setPathSid(String pathSid)