Constructor and Description |
---|
MemberUpdater(String accountSid,
String queueSid,
String callSid,
URI url,
HttpMethod method)
Construct a new MemberUpdater.
|
Modifier and Type | Method and Description |
---|---|
Member |
execute(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
public MemberUpdater(String accountSid, String queueSid, String callSid, URI url, HttpMethod method)
accountSid
- The account_sidqueueSid
- The Queue in which to find the memberscallSid
- The call_sidurl
- The urlmethod
- The methodpublic Member execute(TwilioRestClient client)
Copyright © 2011 Twilio, Inc. All Rights Reserved.