Package com.twilio.rest.sync.v1.service
Class SyncListCreator
- java.lang.Object
-
- com.twilio.base.Creator<SyncList>
-
- com.twilio.rest.sync.v1.service.SyncListCreator
-
-
Constructor Summary
Constructors Constructor Description SyncListCreator(String pathServiceSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SyncListcreate(TwilioRestClient client)Execute a request using specified client.SyncListCreatorsetCollectionTtl(Integer collectionTtl)SyncListCreatorsetTtl(Integer ttl)SyncListCreatorsetUniqueName(String uniqueName)-
Methods inherited from class com.twilio.base.Creator
create, createAsync, createAsync
-
-
-
-
Constructor Detail
-
SyncListCreator
public SyncListCreator(String pathServiceSid)
-
-
Method Detail
-
setUniqueName
public SyncListCreator setUniqueName(String uniqueName)
-
setTtl
public SyncListCreator setTtl(Integer ttl)
-
setCollectionTtl
public SyncListCreator setCollectionTtl(Integer collectionTtl)
-
-