| Constructor and Description |
|---|
QueueUpdater(String pathSid)
Construct a new QueueUpdater.
|
QueueUpdater(String pathAccountSid,
String pathSid)
Construct a new QueueUpdater.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Queue |
update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
update, updateAsync, updateAsyncpublic QueueUpdater(String pathSid)
pathSid - The sidpublic 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 update(TwilioRestClient client)
Copyright © 2016 Twilio, Inc. All Rights Reserved.