public class FeedbackFactoryImpl extends Object implements FeedbackFactory
FeedbackFactory.| Constructor and Description |
|---|
FeedbackFactoryImpl(TwilioRestClient client,
String parentLocation)
Instantiates a new feedback factory.
|
| Modifier and Type | Method and Description |
|---|---|
Feedback |
create(List<org.apache.http.NameValuePair> params)
Creates the feedback factory for adding feedback to an resource.
|
public FeedbackFactoryImpl(TwilioRestClient client, String parentLocation)
client - the clientparentLocation - the parent locationpublic Feedback create(List<org.apache.http.NameValuePair> params) throws TwilioRestException
create in interface FeedbackFactoryparams - the paramsTwilioRestExceptionCopyright © 2011 Twilio, Inc. All Rights Reserved.