Class QueueUpdater
- java.lang.Object
-
- com.twilio.base.Updater<Queue>
-
- com.twilio.rest.api.v2010.account.QueueUpdater
-
-
Constructor Summary
Constructors Constructor Description QueueUpdater(String pathSid)
QueueUpdater(String pathAccountSid, String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QueueUpdater
setFriendlyName(String friendlyName)
QueueUpdater
setMaxSize(Integer maxSize)
Queue
update(TwilioRestClient client)
Execute a request using specified client.-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Method Detail
-
setFriendlyName
public QueueUpdater setFriendlyName(String friendlyName)
-
setMaxSize
public QueueUpdater setMaxSize(Integer maxSize)
-
-