Class KeyEndpointConfiguration

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

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

    • KeyEndpointConfiguration

      public KeyEndpointConfiguration()
  • Method Details

    • getPathAccountSid

      public String getPathAccountSid()
    • setPathAccountSid

      public void setPathAccountSid(String pathAccountSid)
    • getPathSid

      public String getPathSid()
    • setPathSid

      public void setPathSid(String pathSid)