Class OutgoingCallerIdEndpointConfiguration
java.lang.Object
org.apache.camel.component.twilio.TwilioConfiguration
org.apache.camel.component.twilio.OutgoingCallerIdEndpointConfiguration
- All Implemented Interfaces:
Cloneable
@ApiParams(apiName="outgoing-caller-id",description="",apiMethods={@ApiMethod(methodName="deleter",signatures={"com.twilio.rest.api.v2010.account.OutgoingCallerIdDeleter deleter(String pathSid)","com.twilio.rest.api.v2010.account.OutgoingCallerIdDeleter deleter(String pathAccountSid, String pathSid)"}),@ApiMethod(methodName="fetcher",signatures={"com.twilio.rest.api.v2010.account.OutgoingCallerIdFetcher fetcher(String pathSid)","com.twilio.rest.api.v2010.account.OutgoingCallerIdFetcher fetcher(String pathAccountSid, String pathSid)"}),@ApiMethod(methodName="reader",signatures={"com.twilio.rest.api.v2010.account.OutgoingCallerIdReader reader()","com.twilio.rest.api.v2010.account.OutgoingCallerIdReader reader(String pathAccountSid)"}),@ApiMethod(methodName="updater",signatures={"com.twilio.rest.api.v2010.account.OutgoingCallerIdUpdater updater(String pathSid)","com.twilio.rest.api.v2010.account.OutgoingCallerIdUpdater updater(String pathAccountSid, String pathSid)"})},aliases={"^creator$=create","^deleter$=delete","^fetcher$=fetch","^reader$=read","^updater$=update"})
@UriParams
@Configurer(extended=true)
public final class OutgoingCallerIdEndpointConfiguration
extends TwilioConfiguration
Camel endpoint configuration for
OutgoingCallerId.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetPathAccountSid(String pathAccountSid) voidsetPathSid(String pathSid) Methods inherited from class org.apache.camel.component.twilio.TwilioConfiguration
copy, getApiName, getMethodName, setApiName, setMethodName
-
Constructor Details
-
OutgoingCallerIdEndpointConfiguration
public OutgoingCallerIdEndpointConfiguration()
-
-
Method Details
-
getPathAccountSid
-
setPathAccountSid
-
getPathSid
-
setPathSid
-