Class NotificationEndpointConfiguration

  • All Implemented Interfaces:
    Cloneable

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

      • NotificationEndpointConfiguration

        public NotificationEndpointConfiguration()
    • Method Detail

      • getPathAccountSid

        public String getPathAccountSid()
      • setPathAccountSid

        public void setPathAccountSid​(String pathAccountSid)
      • getPathSid

        public String getPathSid()
      • setPathSid

        public void setPathSid​(String pathSid)