| Constructor and Description |
|---|
QueueUpdater(String accountSid,
String sid)
Construct a new QueueUpdater.
|
| Modifier and Type | Method and Description |
|---|---|
Queue |
execute(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
QueueUpdater |
setFriendlyName(String friendlyName)
A human readable description of the queue.
|
QueueUpdater |
setMaxSize(Integer maxSize)
The maximum number of members that can be in the queue at a time.
|
public QueueUpdater setFriendlyName(String friendlyName)
friendlyName - A human readable description of the queuepublic QueueUpdater setMaxSize(Integer maxSize)
maxSize - The max number of members allowed in the queuepublic Queue execute(TwilioRestClient client)
Copyright © 2011 Twilio, Inc. All Rights Reserved.