| Package | Description |
|---|---|
| com.twilio.rest.preview.proxy.service.session |
| Modifier and Type | Method and Description |
|---|---|
static Interaction.ResourceStatus |
Interaction.ResourceStatus.forValue(String value)
Generate a ResourceStatus from a string.
|
Interaction.ResourceStatus |
Interaction.getInboundResourceStatus()
Returns The The Inbound Resource Status of this Interaction.
|
Interaction.ResourceStatus |
Interaction.getOutboundResourceStatus()
Returns The The Outbound Resource Status of this Interaction.
|
static Interaction.ResourceStatus |
Interaction.ResourceStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Interaction.ResourceStatus[] |
Interaction.ResourceStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
InteractionReader |
InteractionReader.setInboundParticipantStatus(Interaction.ResourceStatus inboundParticipantStatus)
The Inbound Participant Status of this Interaction.
|
InteractionReader |
InteractionReader.setOutboundParticipantStatus(Interaction.ResourceStatus outboundParticipantStatus)
The Outbound Participant Status of this Interaction.
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.