Class KeyEndpointConfiguration

  • All Implemented Interfaces:
    Cloneable

    @ApiParams(apiName="key",description="",apiMethods={@ApiMethod(methodName="deleter",description="Create a KeyDeleter to execute delete",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",description="Create a KeyFetcher to execute fetch",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",description="Create a KeyReader to execute read",signatures={"com.twilio.rest.api.v2010.account.KeyReader reader()","com.twilio.rest.api.v2010.account.KeyReader reader(String pathAccountSid)"}),@ApiMethod(methodName="updater",description="Create a KeyUpdater to execute update",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 Detail

      • KeyEndpointConfiguration

        public KeyEndpointConfiguration()
    • Method Detail

      • getPathAccountSid

        public String getPathAccountSid()
      • setPathAccountSid

        public void setPathAccountSid​(String pathAccountSid)
      • getPathSid

        public String getPathSid()
      • setPathSid

        public void setPathSid​(String pathSid)