Class CallFeedbackSummaryEndpointConfiguration

  • All Implemented Interfaces:
    Cloneable

    @ApiParams(apiName="call-feedback-summary",description="",apiMethods={@ApiMethod(methodName="creator",description="Create a FeedbackSummaryCreator to execute create",signatures={"com.twilio.rest.api.v2010.account.call.FeedbackSummaryCreator creator(org.joda.time.LocalDate startDate, org.joda.time.LocalDate endDate)","com.twilio.rest.api.v2010.account.call.FeedbackSummaryCreator creator(String pathAccountSid, org.joda.time.LocalDate startDate, org.joda.time.LocalDate endDate)"}),@ApiMethod(methodName="deleter",description="Create a FeedbackSummaryDeleter to execute delete",signatures={"com.twilio.rest.api.v2010.account.call.FeedbackSummaryDeleter deleter(String pathSid)","com.twilio.rest.api.v2010.account.call.FeedbackSummaryDeleter deleter(String pathAccountSid, String pathSid)"}),@ApiMethod(methodName="fetcher",description="Create a FeedbackSummaryFetcher to execute fetch",signatures={"com.twilio.rest.api.v2010.account.call.FeedbackSummaryFetcher fetcher(String pathSid)","com.twilio.rest.api.v2010.account.call.FeedbackSummaryFetcher fetcher(String pathAccountSid, String pathSid)"})},aliases={"^creator$=create","^deleter$=delete","^fetcher$=fetch","^reader$=read","^updater$=update"})
    @UriParams
    @Configurer(extended=true)
    public final class CallFeedbackSummaryEndpointConfiguration
    extends TwilioConfiguration
    Camel endpoint configuration for FeedbackSummary.
    • Constructor Detail

      • CallFeedbackSummaryEndpointConfiguration

        public CallFeedbackSummaryEndpointConfiguration()
    • Method Detail

      • getEndDate

        public org.joda.time.LocalDate getEndDate()
      • setEndDate

        public void setEndDate​(org.joda.time.LocalDate endDate)
      • getPathAccountSid

        public String getPathAccountSid()
      • setPathAccountSid

        public void setPathAccountSid​(String pathAccountSid)
      • getPathSid

        public String getPathSid()
      • setPathSid

        public void setPathSid​(String pathSid)
      • getStartDate

        public org.joda.time.LocalDate getStartDate()
      • setStartDate

        public void setStartDate​(org.joda.time.LocalDate startDate)