Package com.twilio.rest.proxy.v1.service
Class SessionUpdater
- java.lang.Object
-
- com.twilio.base.Updater<Session>
-
- com.twilio.rest.proxy.v1.service.SessionUpdater
-
-
Constructor Summary
Constructors Constructor Description SessionUpdater(String pathServiceSid, String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SessionUpdater
setDateExpiry(ZonedDateTime dateExpiry)
SessionUpdater
setStatus(Session.Status status)
SessionUpdater
setTtl(Integer ttl)
Session
update(TwilioRestClient client)
Execute a request using specified client.-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Method Detail
-
setDateExpiry
public SessionUpdater setDateExpiry(ZonedDateTime dateExpiry)
-
setTtl
public SessionUpdater setTtl(Integer ttl)
-
setStatus
public SessionUpdater setStatus(Session.Status status)
-
-