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