Class CallFeedbackSummaryEndpointConfiguration
java.lang.Object
org.apache.camel.component.twilio.TwilioConfiguration
org.apache.camel.component.twilio.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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.joda.time.LocalDateorg.joda.time.LocalDatevoidsetEndDate(org.joda.time.LocalDate endDate) voidsetPathAccountSid(String pathAccountSid) voidsetPathSid(String pathSid) voidsetStartDate(org.joda.time.LocalDate startDate) Methods inherited from class org.apache.camel.component.twilio.TwilioConfiguration
copy, getApiName, getMethodName, setApiName, setMethodName
-
Constructor Details
-
CallFeedbackSummaryEndpointConfiguration
public CallFeedbackSummaryEndpointConfiguration()
-
-
Method Details
-
getEndDate
public org.joda.time.LocalDate getEndDate() -
setEndDate
public void setEndDate(org.joda.time.LocalDate endDate) -
getPathAccountSid
-
setPathAccountSid
-
getPathSid
-
setPathSid
-
getStartDate
public org.joda.time.LocalDate getStartDate() -
setStartDate
public void setStartDate(org.joda.time.LocalDate startDate)
-