public class SyncListItemCreator extends Creator<SyncListItem>
| Constructor and Description |
|---|
SyncListItemCreator(String pathServiceSid,
String pathListSid,
Map<String,Object> data)
Construct a new SyncListItemCreator.
|
| Modifier and Type | Method and Description |
|---|---|
SyncListItem |
create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
SyncListItemCreator |
setTtl(Integer ttl)
The ttl.
|
create, createAsync, createAsyncpublic SyncListItemCreator setTtl(Integer ttl)
ttl - The ttlpublic SyncListItem create(TwilioRestClient client)
create in class Creator<SyncListItem>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.