com.twilio.sdk.resource.factory.impl
Class FeedbackFactoryImpl
java.lang.Object
com.twilio.sdk.resource.factory.impl.FeedbackFactoryImpl
- All Implemented Interfaces:
- FeedbackFactory
public class FeedbackFactoryImpl
- extends Object
- implements FeedbackFactory
An implementation of the interface FeedbackFactory.
|
Method Summary |
Feedback |
create(List<org.apache.http.NameValuePair> params)
Creates the feedback factory for adding feedback to an resource. |
FeedbackFactoryImpl
public FeedbackFactoryImpl(TwilioRestClient client,
String parentLocation)
- Instantiates a new feedback factory.
- Parameters:
client - the clientparentLocation - the parent location
create
public Feedback create(List<org.apache.http.NameValuePair> params)
throws TwilioRestException
- Creates the feedback factory for adding feedback to an resource.
- Specified by:
create in interface FeedbackFactory
- Parameters:
params - the params
- Returns:
- the feedback
- Throws:
TwilioRestException
Copyright © 2011 Twilio, Inc. All Rights Reserved.