Uses of Enum Class
co.ecg.alpaca.toolkit.generated.enums.CallCenterReportIntervalTimeUnit
Packages that use CallCenterReportIntervalTimeUnit
-
Uses of CallCenterReportIntervalTimeUnit in co.ecg.alpaca.toolkit.generated.datatypes
Fields in co.ecg.alpaca.toolkit.generated.datatypes declared as CallCenterReportIntervalTimeUnitModifier and TypeFieldDescriptionprotected @NotNull CallCenterReportIntervalTimeUnitCallCenterReportCurrentInterval.timeUnitprotected @NotNull CallCenterReportIntervalTimeUnitCallCenterReportPastInterval.timeUnitMethods in co.ecg.alpaca.toolkit.generated.datatypes that return CallCenterReportIntervalTimeUnitModifier and TypeMethodDescriptionCallCenterReportCurrentInterval.getTimeUnit()CallCenterReportPastInterval.getTimeUnit()Methods in co.ecg.alpaca.toolkit.generated.datatypes with parameters of type CallCenterReportIntervalTimeUnitModifier and TypeMethodDescriptionCallCenterReportCurrentInterval.setTimeUnit(CallCenterReportIntervalTimeUnit timeUnit) CallCenterReportPastInterval.setTimeUnit(CallCenterReportIntervalTimeUnit timeUnit) Constructors in co.ecg.alpaca.toolkit.generated.datatypes with parameters of type CallCenterReportIntervalTimeUnitModifierConstructorDescriptionCallCenterReportPastInterval(Integer number, CallCenterReportIntervalTimeUnit timeUnit) -
Uses of CallCenterReportIntervalTimeUnit in co.ecg.alpaca.toolkit.generated.enums
Methods in co.ecg.alpaca.toolkit.generated.enums that return CallCenterReportIntervalTimeUnitModifier and TypeMethodDescriptionstatic CallCenterReportIntervalTimeUnit[]Returns the enum constant of this class with the specified name.static CallCenterReportIntervalTimeUnit[]CallCenterReportIntervalTimeUnit.values()Returns an array containing the constants of this enum class, in the order they are declared.