Constructor and Description |
---|
FeedbackCreator(String accountSid,
String callSid,
Integer qualityScore)
Construct a new FeedbackCreator.
|
Modifier and Type | Method and Description |
---|---|
Feedback |
execute(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
FeedbackCreator |
setIssue(Feedback.Issues issue)
The issue.
|
FeedbackCreator |
setIssue(List<Feedback.Issues> issue)
The issue.
|
public FeedbackCreator setIssue(List<Feedback.Issues> issue)
issue
- The issuepublic FeedbackCreator setIssue(Feedback.Issues issue)
issue
- The issuepublic Feedback execute(TwilioRestClient client)
Copyright © 2011 Twilio, Inc. All Rights Reserved.