| Package | Description |
|---|---|
| com.twilio.rest.proxy.v1.service |
| Modifier and Type | Method and Description |
|---|---|
SessionUpdater |
SessionUpdater.setDateExpiry(org.joda.time.DateTime dateExpiry)
The date that this Session was expiry, given in ISO 8601 format..
|
SessionUpdater |
SessionUpdater.setMode(Session.Mode mode)
The Mode of this Session.
|
SessionUpdater |
SessionUpdater.setParticipants(List<Map<String,Object>> participants)
A list of phone numbers to add to this Session..
|
SessionUpdater |
SessionUpdater.setParticipants(Map<String,Object> participants)
A list of phone numbers to add to this Session..
|
SessionUpdater |
SessionUpdater.setStatus(Session.Status status)
The Status of this Session.
|
SessionUpdater |
SessionUpdater.setTtl(Integer ttl)
The Time to Live for a Session, in seconds..
|
SessionUpdater |
SessionUpdater.setUniqueName(String uniqueName)
Provides a unique and addressable name to be assigned to this Session,
assigned by the developer, to be optionally used in addition to SID..
|
static SessionUpdater |
Session.updater(String pathServiceSid,
String pathSid)
Create a SessionUpdater to execute update.
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.