Class CallNotificationEndpointConfiguration

  • All Implemented Interfaces:
    Cloneable

    @ApiParams(apiName="call-notification",description="",apiMethods={@ApiMethod(methodName="fetcher",description="Create a NotificationFetcher to execute fetch",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",description="Create a NotificationReader to execute read",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 Detail

      • CallNotificationEndpointConfiguration

        public CallNotificationEndpointConfiguration()
    • Method Detail

      • 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)