Class FeedbackCreator
- java.lang.Object
-
- com.twilio.base.Creator<Feedback>
-
- com.twilio.rest.api.v2010.account.message.FeedbackCreator
-
-
Constructor Summary
Constructors Constructor Description FeedbackCreator(String pathMessageSid)
FeedbackCreator(String pathAccountSid, String pathMessageSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Feedback
create(TwilioRestClient client)
Execute a request using specified client.FeedbackCreator
setOutcome(Feedback.Outcome outcome)
-
Methods inherited from class com.twilio.base.Creator
create, createAsync, createAsync
-
-
-
-
Method Detail
-
setOutcome
public FeedbackCreator setOutcome(Feedback.Outcome outcome)
-
-