| Package | Description |
|---|---|
| com.twilio.rest.chat.v1.service |
| Modifier and Type | Method and Description |
|---|---|
static Channel.ChannelType |
Channel.ChannelType.forValue(String value)
Generate a ChannelType from a string.
|
Channel.ChannelType |
Channel.getType()
Returns The The type.
|
static Channel.ChannelType |
Channel.ChannelType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Channel.ChannelType[] |
Channel.ChannelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelReader |
ChannelReader.setType(Channel.ChannelType type)
The type.
|
ChannelCreator |
ChannelCreator.setType(Channel.ChannelType type)
The type.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelReader |
ChannelReader.setType(List<Channel.ChannelType> type)
The type.
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.