Class 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 Detail

      • CallFeedbackEndpointConfiguration

        public CallFeedbackEndpointConfiguration()
    • Method Detail

      • getPathAccountSid

        public String getPathAccountSid()
      • setPathAccountSid

        public void setPathAccountSid​(String pathAccountSid)
      • getPathCallSid

        public String getPathCallSid()
      • setPathCallSid

        public void setPathCallSid​(String pathCallSid)
      • getQualityScore

        public Integer getQualityScore()
      • setQualityScore

        public void setQualityScore​(Integer qualityScore)