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 CallCenterRoutingPolicyCallCenter.EnterpriseCallCenterGetRoutingPolicyResponse.routingPolicyprotected CallCenterRoutingPolicyCallCenter.EnterpriseCallCenterModifyRoutingPolicyRequest.routingPolicyprotected CallCenterRoutingPolicyCallCenter.GroupCallCenterGetRoutingPolicyResponse.routingPolicyprotected CallCenterRoutingPolicyCallCenter.GroupCallCenterModifyRoutingPolicyRequest.routingPolicyMethods 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 TypeMethodDescriptionvoidCallCenter.EnterpriseCallCenterGetRoutingPolicyResponse.setRoutingPolicy(CallCenterRoutingPolicy routingPolicy) CallCenter.EnterpriseCallCenterModifyRoutingPolicyRequest.setRoutingPolicy(CallCenterRoutingPolicy routingPolicy) voidCallCenter.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 CallCenterRoutingPolicystatic CallCenterRoutingPolicy[]static CallCenterRoutingPolicyReturns 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.