Uses of Class
com.twilio.rest.api.v2010.account.call.FeedbackSummaryCreator
-
Packages that use FeedbackSummaryCreator Package Description com.twilio.rest.api.v2010.account.call -
-
Uses of FeedbackSummaryCreator in com.twilio.rest.api.v2010.account.call
Methods in com.twilio.rest.api.v2010.account.call that return FeedbackSummaryCreator Modifier and Type Method Description static FeedbackSummaryCreatorFeedbackSummary. creator(String pathAccountSid, LocalDate startDate, LocalDate endDate)static FeedbackSummaryCreatorFeedbackSummary. creator(LocalDate startDate, LocalDate endDate)FeedbackSummaryCreatorFeedbackSummaryCreator. setEndDate(LocalDate endDate)FeedbackSummaryCreatorFeedbackSummaryCreator. setIncludeSubaccounts(Boolean includeSubaccounts)FeedbackSummaryCreatorFeedbackSummaryCreator. setStartDate(LocalDate startDate)FeedbackSummaryCreatorFeedbackSummaryCreator. setStatusCallback(String statusCallback)FeedbackSummaryCreatorFeedbackSummaryCreator. setStatusCallback(URI statusCallback)FeedbackSummaryCreatorFeedbackSummaryCreator. setStatusCallbackMethod(HttpMethod statusCallbackMethod)
-