|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SwitchInfoType | |
---|---|
com.genesyslab.platform.voice.protocol.tserver | |
com.genesyslab.platform.voice.protocol.tserver.requests.queries | Request information about calls, locations, servers, switches, or telephony objects. |
Uses of SwitchInfoType in com.genesyslab.platform.voice.protocol.tserver |
---|
Fields in com.genesyslab.platform.voice.protocol.tserver declared as SwitchInfoType | |
---|---|
static SwitchInfoType |
SwitchInfoType.ClassifierStat
|
static SwitchInfoType |
SwitchInfoType.DateTime
|
static SwitchInfoType |
SwitchInfoType.Unused
|
Methods in com.genesyslab.platform.voice.protocol.tserver that return SwitchInfoType | |
---|---|
static SwitchInfoType |
SwitchInfoType.valueOf(int ordinal)
Returns enumeration value by given ordinal number. |
static SwitchInfoType |
SwitchInfoType.valueOf(java.lang.String name)
Returns enumeration value with specified name or null if no such value exists. |
Methods in com.genesyslab.platform.voice.protocol.tserver that return types with arguments of type SwitchInfoType | |
---|---|
static java.util.Collection<SwitchInfoType> |
SwitchInfoType.values()
Returns all values of the enumeration. |
Uses of SwitchInfoType in com.genesyslab.platform.voice.protocol.tserver.requests.queries |
---|
Methods in com.genesyslab.platform.voice.protocol.tserver.requests.queries that return SwitchInfoType | |
---|---|
abstract SwitchInfoType |
RequestQuerySwitch.getSwitchInfoType()
Requests/returns info about switch. |
Methods in com.genesyslab.platform.voice.protocol.tserver.requests.queries with parameters of type SwitchInfoType | |
---|---|
static RequestQuerySwitch |
RequestQuerySwitch.create(SwitchInfoType switchInfoType)
Creates instance of RequestQuerySwitch with required parameters set. |
static RequestQuerySwitch |
RequestQuerySwitch.create(SwitchInfoType switchInfoType,
KeyValueCollection extensions)
Creates instance of RequestQuerySwitch with all parameters set. |
abstract void |
RequestQuerySwitch.setSwitchInfoType(SwitchInfoType switchInfoType)
Requests/returns info about switch. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |