public class FeedbackSummaryCreator extends Creator<FeedbackSummary>
| Constructor and Description |
|---|
FeedbackSummaryCreator(org.joda.time.LocalDate startDate,
org.joda.time.LocalDate endDate)
Construct a new FeedbackSummaryCreator.
|
FeedbackSummaryCreator(String pathAccountSid,
org.joda.time.LocalDate startDate,
org.joda.time.LocalDate endDate)
Construct a new FeedbackSummaryCreator.
|
| Modifier and Type | Method and Description |
|---|---|
FeedbackSummary |
create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
FeedbackSummaryCreator |
setIncludeSubaccounts(Boolean includeSubaccounts)
The include_subaccounts.
|
FeedbackSummaryCreator |
setStatusCallback(String statusCallback)
The status_callback.
|
FeedbackSummaryCreator |
setStatusCallback(URI statusCallback)
The status_callback.
|
FeedbackSummaryCreator |
setStatusCallbackMethod(HttpMethod statusCallbackMethod)
The status_callback_method.
|
create, createAsync, createAsyncpublic FeedbackSummaryCreator(org.joda.time.LocalDate startDate,
org.joda.time.LocalDate endDate)
startDate - The start_dateendDate - The end_datepublic FeedbackSummaryCreator(String pathAccountSid, org.joda.time.LocalDate startDate, org.joda.time.LocalDate endDate)
pathAccountSid - The account_sidstartDate - The start_dateendDate - The end_datepublic FeedbackSummaryCreator setIncludeSubaccounts(Boolean includeSubaccounts)
includeSubaccounts - The include_subaccountspublic FeedbackSummaryCreator setStatusCallback(URI statusCallback)
statusCallback - The status_callbackpublic FeedbackSummaryCreator setStatusCallback(String statusCallback)
statusCallback - The status_callbackpublic FeedbackSummaryCreator setStatusCallbackMethod(HttpMethod statusCallbackMethod)
statusCallbackMethod - The status_callback_methodpublic FeedbackSummary create(TwilioRestClient client)
create in class Creator<FeedbackSummary>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.