| Package | Description |
|---|---|
| com.twilio.rest.proxy.v1.service |
| Modifier and Type | Method and Description |
|---|---|
static SessionCreator |
Session.creator(String pathServiceSid)
Create a SessionCreator to execute create.
|
SessionCreator |
SessionCreator.setDateExpiry(org.joda.time.DateTime dateExpiry)
The date that this Session was expiry, given in ISO 8601 format..
|
SessionCreator |
SessionCreator.setMode(Session.Mode mode)
The Mode of this Session.
|
SessionCreator |
SessionCreator.setParticipants(List<Map<String,Object>> participants)
A list of phone numbers to add to this Session..
|
SessionCreator |
SessionCreator.setParticipants(Map<String,Object> participants)
A list of phone numbers to add to this Session..
|
SessionCreator |
SessionCreator.setStatus(Session.Status status)
The Status of this Session.
|
SessionCreator |
SessionCreator.setTtl(Integer ttl)
The Time to Live for a Session, in seconds..
|
SessionCreator |
SessionCreator.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..
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.