Uses of Class
co.ecg.alpaca.toolkit.generated.enums.CallCenterReportAbadonedCallsInServiceLevel
Package | Description |
---|---|
co.ecg.alpaca.toolkit.generated.datatypes | |
co.ecg.alpaca.toolkit.generated.enums |
-
Uses of CallCenterReportAbadonedCallsInServiceLevel in co.ecg.alpaca.toolkit.generated.datatypes
Fields in co.ecg.alpaca.toolkit.generated.datatypes declared as CallCenterReportAbadonedCallsInServiceLevel Modifier and Type Field Description protected @NotNull CallCenterReportAbadonedCallsInServiceLevel
CallCenterScheduledReportServiceLevelInclusions. abandonedCallsInServiceLevel
protected CallCenterReportAbadonedCallsInServiceLevel
CallCenterScheduledReportServiceLevelInclusionsModify. abandonedCallsInServiceLevel
Methods in co.ecg.alpaca.toolkit.generated.datatypes that return CallCenterReportAbadonedCallsInServiceLevel Modifier and Type Method Description CallCenterReportAbadonedCallsInServiceLevel
CallCenterScheduledReportServiceLevelInclusions. getAbandonedCallsInServiceLevel()
CallCenterReportAbadonedCallsInServiceLevel
CallCenterScheduledReportServiceLevelInclusionsModify. getAbandonedCallsInServiceLevel()
Methods in co.ecg.alpaca.toolkit.generated.datatypes with parameters of type CallCenterReportAbadonedCallsInServiceLevel Modifier and Type Method Description CallCenterScheduledReportServiceLevelInclusions
CallCenterScheduledReportServiceLevelInclusions. setAbandonedCallsInServiceLevel(CallCenterReportAbadonedCallsInServiceLevel abandonedCallsInServiceLevel)
CallCenterScheduledReportServiceLevelInclusionsModify
CallCenterScheduledReportServiceLevelInclusionsModify. setAbandonedCallsInServiceLevel(CallCenterReportAbadonedCallsInServiceLevel abandonedCallsInServiceLevel)
Constructors in co.ecg.alpaca.toolkit.generated.datatypes with parameters of type CallCenterReportAbadonedCallsInServiceLevel Constructor Description CallCenterScheduledReportServiceLevelInclusions(java.lang.Boolean includeOverflowTimeTransferedInServiceLevel, java.lang.Boolean includeOtherTransfersInServiceLevel, CallCenterReportAbadonedCallsInServiceLevel abandonedCallsInServiceLevel)
-
Uses of CallCenterReportAbadonedCallsInServiceLevel in co.ecg.alpaca.toolkit.generated.enums
Methods in co.ecg.alpaca.toolkit.generated.enums that return CallCenterReportAbadonedCallsInServiceLevel Modifier and Type Method Description static CallCenterReportAbadonedCallsInServiceLevel
CallCenterReportAbadonedCallsInServiceLevel. get(java.lang.String value)
static CallCenterReportAbadonedCallsInServiceLevel[]
CallCenterReportAbadonedCallsInServiceLevel. getArray(java.lang.String[] values)
static CallCenterReportAbadonedCallsInServiceLevel
CallCenterReportAbadonedCallsInServiceLevel. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CallCenterReportAbadonedCallsInServiceLevel[]
CallCenterReportAbadonedCallsInServiceLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.