| Package | Description |
|---|---|
| com.twilio.rest.proxy.v1.service |
| Modifier and Type | Method and Description |
|---|---|
static Session.Status |
Session.Status.forValue(String value)
Generate a Status from a string.
|
Session.Status |
Session.getStatus()
Returns The The Status of this Session.
|
static Session.Status |
Session.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Session.Status[] |
Session.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SessionUpdater |
SessionUpdater.setStatus(Session.Status status)
The Status of this Session.
|
SessionReader |
SessionReader.setStatus(Session.Status status)
The Status of this Session.
|
SessionCreator |
SessionCreator.setStatus(Session.Status status)
The Status of this Session.
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.