Class SipIpAccessControlListEndpointConfiguration

  • All Implemented Interfaces:
    Cloneable

    @ApiParams(apiName="sip-ip-access-control-list",description="",apiMethods={@ApiMethod(methodName="creator",description="Create a IpAccessControlListCreator to execute create",signatures={"com.twilio.rest.api.v2010.account.sip.IpAccessControlListCreator creator(String friendlyName)","com.twilio.rest.api.v2010.account.sip.IpAccessControlListCreator creator(String pathAccountSid, String friendlyName)"}),@ApiMethod(methodName="deleter",description="Create a IpAccessControlListDeleter to execute delete",signatures={"com.twilio.rest.api.v2010.account.sip.IpAccessControlListDeleter deleter(String pathSid)","com.twilio.rest.api.v2010.account.sip.IpAccessControlListDeleter deleter(String pathAccountSid, String pathSid)"}),@ApiMethod(methodName="fetcher",description="Create a IpAccessControlListFetcher to execute fetch",signatures={"com.twilio.rest.api.v2010.account.sip.IpAccessControlListFetcher fetcher(String pathSid)","com.twilio.rest.api.v2010.account.sip.IpAccessControlListFetcher fetcher(String pathAccountSid, String pathSid)"}),@ApiMethod(methodName="reader",description="Create a IpAccessControlListReader to execute read",signatures={"com.twilio.rest.api.v2010.account.sip.IpAccessControlListReader reader()","com.twilio.rest.api.v2010.account.sip.IpAccessControlListReader reader(String pathAccountSid)"}),@ApiMethod(methodName="updater",description="Create a IpAccessControlListUpdater to execute update",signatures={"com.twilio.rest.api.v2010.account.sip.IpAccessControlListUpdater updater(String pathSid, String friendlyName)","com.twilio.rest.api.v2010.account.sip.IpAccessControlListUpdater updater(String pathAccountSid, String pathSid, String friendlyName)"})},aliases={"^creator$=create","^deleter$=delete","^fetcher$=fetch","^reader$=read","^updater$=update"})
    @UriParams
    @Configurer(extended=true)
    public final class SipIpAccessControlListEndpointConfiguration
    extends TwilioConfiguration
    Camel endpoint configuration for IpAccessControlList.
    • Constructor Detail

      • SipIpAccessControlListEndpointConfiguration

        public SipIpAccessControlListEndpointConfiguration()
    • Method Detail

      • getFriendlyName

        public String getFriendlyName()
      • setFriendlyName

        public void setFriendlyName​(String friendlyName)
      • getPathAccountSid

        public String getPathAccountSid()
      • setPathAccountSid

        public void setPathAccountSid​(String pathAccountSid)
      • getPathSid

        public String getPathSid()
      • setPathSid

        public void setPathSid​(String pathSid)