Package | Description |
---|---|
com.genesyslab.platform.routing.protocol.routingserver |
This package primarily contains enums that your applications can use when
working with Universal Routing Server (URS), such as
CallType and
RoutingPointStatus . |
com.genesyslab.platform.routing.protocol.routingserver.requests |
This package contains requests that your applications can send to Universal
Routing Server.
|
Modifier and Type | Field | Description |
---|---|---|
static StatisticUsage |
StatisticUsage.Any |
|
static StatisticUsage |
StatisticUsage.Max |
|
static StatisticUsage |
StatisticUsage.Min |
Modifier and Type | Method | Description |
---|---|---|
static StatisticUsage |
StatisticUsage.valueOf(int ordinal) |
Returns enumeration value by given ordinal number.
|
static StatisticUsage |
StatisticUsage.valueOf(java.lang.String name) |
Returns enumeration value with specified name or null if no such value exists.
|
Modifier and Type | Method | Description |
---|---|---|
static java.util.Collection<StatisticUsage> |
StatisticUsage.values() |
Returns all values of the enumeration.
|
Modifier and Type | Method | Description |
---|---|---|
abstract StatisticUsage |
RequestFindTarget.getStatisticUsage() |
Indicates whether to select the minimum, the maximum, or any value for a given statistic.
|
Modifier and Type | Method | Description |
---|---|---|
static RequestFindTarget |
RequestFindTarget.create(java.lang.String tenant,
java.lang.String targets,
java.lang.Integer timeout,
java.lang.String statistic,
StatisticUsage statisticUsage,
java.lang.String virtualQueue,
java.lang.Integer priority,
java.lang.String mediaType) |
Creates instance of RequestFindTarget with all parameters set.
|
abstract void |
RequestFindTarget.setStatisticUsage(StatisticUsage statisticUsage) |
Indicates whether to select the minimum, the maximum, or any value for a given statistic.
|
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.