| Constructor and Description |
|---|
ServiceCreator() |
| Modifier and Type | Method and Description |
|---|---|
Service |
create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
ServiceCreator |
setFriendlyName(String friendlyName)
The friendly_name.
|
ServiceCreator |
setLogQueries(Boolean logQueries)
The log_queries.
|
ServiceCreator |
setTtl(Integer ttl)
The ttl.
|
ServiceCreator |
setUniqueName(String uniqueName)
The unique_name.
|
create, createAsync, createAsyncpublic ServiceCreator setFriendlyName(String friendlyName)
friendlyName - The friendly_namepublic ServiceCreator setLogQueries(Boolean logQueries)
logQueries - The log_queriespublic ServiceCreator setTtl(Integer ttl)
ttl - The ttlpublic ServiceCreator setUniqueName(String uniqueName)
uniqueName - The unique_namepublic Service create(TwilioRestClient client)
Copyright © 2016 Twilio, Inc. All Rights Reserved.