- 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
.