com.twilio.sdk.resource.factory.impl
Class FeedbackFactoryImpl

java.lang.Object
  extended by com.twilio.sdk.resource.factory.impl.FeedbackFactoryImpl
All Implemented Interfaces:
FeedbackFactory

public class FeedbackFactoryImpl
extends Object
implements FeedbackFactory

An implementation of the interface FeedbackFactory.


Constructor Summary
FeedbackFactoryImpl(TwilioRestClient client, String parentLocation)
          Instantiates a new feedback factory.
 
Method Summary
 Feedback create(List<org.apache.http.NameValuePair> params)
          Creates the feedback factory for adding feedback to an resource.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeedbackFactoryImpl

public FeedbackFactoryImpl(TwilioRestClient client,
                           String parentLocation)
Instantiates a new feedback factory.

Parameters:
client - the client
parentLocation - the parent location
Method Detail

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.