Class NotificationEndpointConfiguration

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

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

    • NotificationEndpointConfiguration

      public NotificationEndpointConfiguration()
  • Method Details

    • getPathAccountSid

      public String getPathAccountSid()
    • setPathAccountSid

      public void setPathAccountSid(String pathAccountSid)
    • getPathSid

      public String getPathSid()
    • setPathSid

      public void setPathSid(String pathSid)