- All Implemented Interfaces:
Cloneable
@ApiParams(apiName="sip-credential-list",description="",apiMethods={@ApiMethod(methodName="creator",description="Create a CredentialListCreator to execute create",signatures={"com.twilio.rest.api.v2010.account.sip.CredentialListCreator creator(String friendlyName)","com.twilio.rest.api.v2010.account.sip.CredentialListCreator creator(String pathAccountSid, String friendlyName)"}),@ApiMethod(methodName="deleter",description="Create a CredentialListDeleter to execute delete",signatures={"com.twilio.rest.api.v2010.account.sip.CredentialListDeleter deleter(String pathSid)","com.twilio.rest.api.v2010.account.sip.CredentialListDeleter deleter(String pathAccountSid, String pathSid)"}),@ApiMethod(methodName="fetcher",description="Create a CredentialListFetcher to execute fetch",signatures={"com.twilio.rest.api.v2010.account.sip.CredentialListFetcher fetcher(String pathSid)","com.twilio.rest.api.v2010.account.sip.CredentialListFetcher fetcher(String pathAccountSid, String pathSid)"}),@ApiMethod(methodName="reader",description="Create a CredentialListReader to execute read",signatures={"com.twilio.rest.api.v2010.account.sip.CredentialListReader reader()","com.twilio.rest.api.v2010.account.sip.CredentialListReader reader(String pathAccountSid)"}),@ApiMethod(methodName="updater",description="Create a CredentialListUpdater to execute update",signatures={"com.twilio.rest.api.v2010.account.sip.CredentialListUpdater updater(String pathSid, String friendlyName)","com.twilio.rest.api.v2010.account.sip.CredentialListUpdater 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 SipCredentialListEndpointConfiguration
extends TwilioConfiguration
Camel endpoint configuration for CredentialList
.