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 CallCenterReportAbadonedCallsInServiceLevelCallCenterScheduledReportServiceLevelInclusions. abandonedCallsInServiceLevelprotected CallCenterReportAbadonedCallsInServiceLevelCallCenterScheduledReportServiceLevelInclusionsModify. abandonedCallsInServiceLevelMethods in co.ecg.alpaca.toolkit.generated.datatypes that return CallCenterReportAbadonedCallsInServiceLevel Modifier and Type Method Description CallCenterReportAbadonedCallsInServiceLevelCallCenterScheduledReportServiceLevelInclusions. getAbandonedCallsInServiceLevel()CallCenterReportAbadonedCallsInServiceLevelCallCenterScheduledReportServiceLevelInclusionsModify. getAbandonedCallsInServiceLevel()Methods in co.ecg.alpaca.toolkit.generated.datatypes with parameters of type CallCenterReportAbadonedCallsInServiceLevel Modifier and Type Method Description CallCenterScheduledReportServiceLevelInclusionsCallCenterScheduledReportServiceLevelInclusions. setAbandonedCallsInServiceLevel(CallCenterReportAbadonedCallsInServiceLevel abandonedCallsInServiceLevel)CallCenterScheduledReportServiceLevelInclusionsModifyCallCenterScheduledReportServiceLevelInclusionsModify. 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 CallCenterReportAbadonedCallsInServiceLevelCallCenterReportAbadonedCallsInServiceLevel. get(java.lang.String value)static CallCenterReportAbadonedCallsInServiceLevel[]CallCenterReportAbadonedCallsInServiceLevel. getArray(java.lang.String[] values)static CallCenterReportAbadonedCallsInServiceLevelCallCenterReportAbadonedCallsInServiceLevel. 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.