Class CallFeedbackEndpointConfiguration
java.lang.Object
org.apache.camel.component.twilio.TwilioConfiguration
org.apache.camel.component.twilio.CallFeedbackEndpointConfiguration
- All Implemented Interfaces:
Cloneable
@ApiParams(apiName="call-feedback",description="",apiMethods={@ApiMethod(methodName="creator",description="Create a FeedbackCreator to execute create",signatures={"com.twilio.rest.api.v2010.account.call.FeedbackCreator creator(String pathCallSid, Integer qualityScore)","com.twilio.rest.api.v2010.account.call.FeedbackCreator creator(String pathAccountSid, String pathCallSid, Integer qualityScore)"}),@ApiMethod(methodName="fetcher",description="Create a FeedbackFetcher to execute fetch",signatures={"com.twilio.rest.api.v2010.account.call.FeedbackFetcher fetcher(String pathCallSid)","com.twilio.rest.api.v2010.account.call.FeedbackFetcher fetcher(String pathAccountSid, String pathCallSid)"}),@ApiMethod(methodName="updater",description="Create a FeedbackUpdater to execute update",signatures={"com.twilio.rest.api.v2010.account.call.FeedbackUpdater updater(String pathCallSid, Integer qualityScore)","com.twilio.rest.api.v2010.account.call.FeedbackUpdater updater(String pathAccountSid, String pathCallSid, Integer qualityScore)"})},aliases={"^creator$=create","^deleter$=delete","^fetcher$=fetch","^reader$=read","^updater$=update"})
@UriParams
@Configurer(extended=true)
public final class CallFeedbackEndpointConfiguration
extends TwilioConfiguration
Camel endpoint configuration for
Feedback.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetPathAccountSid(String pathAccountSid) voidsetPathCallSid(String pathCallSid) voidsetQualityScore(Integer qualityScore) Methods inherited from class org.apache.camel.component.twilio.TwilioConfiguration
copy, getApiName, getMethodName, setApiName, setMethodName
-
Constructor Details
-
CallFeedbackEndpointConfiguration
public CallFeedbackEndpointConfiguration()
-
-
Method Details
-
getPathAccountSid
-
setPathAccountSid
-
getPathCallSid
-
setPathCallSid
-
getQualityScore
-
setQualityScore
-