com.twilio.sdk.resource.factory
Interface FeedbackFactory
- All Known Implementing Classes:
- FeedbackFactoryImpl
public interface FeedbackFactory
A factory for creating/adding a Feedback object to a resource. To use, call the
resource's getFeedbackFactory method. Currently, only
Call resource's are supported.
|
Method Summary |
Feedback |
create(List<org.apache.http.NameValuePair> params)
Creates the feedback factory for adding feedback to an resource. |
create
Feedback create(List<org.apache.http.NameValuePair> params)
throws TwilioRestException
- Creates the feedback factory for adding feedback to an resource.
- Parameters:
params - the params
- Returns:
- the feedback
- Throws:
TwilioRestException
Copyright © 2011 Twilio, Inc. All Rights Reserved.