Uses of Enum Class
co.ecg.alpaca.toolkit.generated.enums.CallCenterRoutingPolicy
Packages that use CallCenterRoutingPolicy
-
Uses of CallCenterRoutingPolicy in co.ecg.alpaca.toolkit.generated
Fields in co.ecg.alpaca.toolkit.generated declared as CallCenterRoutingPolicyModifier and TypeFieldDescriptionprotected CallCenterRoutingPolicy
CallCenter.EnterpriseCallCenterGetRoutingPolicyResponse.routingPolicy
protected CallCenterRoutingPolicy
CallCenter.EnterpriseCallCenterModifyRoutingPolicyRequest.routingPolicy
protected CallCenterRoutingPolicy
CallCenter.GroupCallCenterGetRoutingPolicyResponse.routingPolicy
protected CallCenterRoutingPolicy
CallCenter.GroupCallCenterModifyRoutingPolicyRequest.routingPolicy
Methods in co.ecg.alpaca.toolkit.generated that return CallCenterRoutingPolicyModifier and TypeMethodDescriptionCallCenter.EnterpriseCallCenterGetRoutingPolicyResponse.getRoutingPolicy()
CallCenter.EnterpriseCallCenterModifyRoutingPolicyRequest.getRoutingPolicy()
CallCenter.GroupCallCenterGetRoutingPolicyResponse.getRoutingPolicy()
CallCenter.GroupCallCenterModifyRoutingPolicyRequest.getRoutingPolicy()
Methods in co.ecg.alpaca.toolkit.generated with parameters of type CallCenterRoutingPolicyModifier and TypeMethodDescriptionvoid
CallCenter.EnterpriseCallCenterGetRoutingPolicyResponse.setRoutingPolicy
(CallCenterRoutingPolicy routingPolicy) CallCenter.EnterpriseCallCenterModifyRoutingPolicyRequest.setRoutingPolicy
(CallCenterRoutingPolicy routingPolicy) void
CallCenter.GroupCallCenterGetRoutingPolicyResponse.setRoutingPolicy
(CallCenterRoutingPolicy routingPolicy) CallCenter.GroupCallCenterModifyRoutingPolicyRequest.setRoutingPolicy
(CallCenterRoutingPolicy routingPolicy) -
Uses of CallCenterRoutingPolicy in co.ecg.alpaca.toolkit.generated.enums
Methods in co.ecg.alpaca.toolkit.generated.enums that return CallCenterRoutingPolicyModifier and TypeMethodDescriptionstatic CallCenterRoutingPolicy
static CallCenterRoutingPolicy[]
static CallCenterRoutingPolicy
Returns the enum constant of this class with the specified name.static CallCenterRoutingPolicy[]
CallCenterRoutingPolicy.values()
Returns an array containing the constants of this enum class, in the order they are declared.