Uses of Enum Class
com.nmontytskyi.monitoring.server.sla.SlaWindow
Packages that use SlaWindow
Package
Description
-
Uses of SlaWindow in com.nmontytskyi.monitoring.server.controller
Methods in com.nmontytskyi.monitoring.server.controller with parameters of type SlaWindowModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<SlaReport> SlaController.getSlaReport(Long id, SlaWindow window) -
Uses of SlaWindow in com.nmontytskyi.monitoring.server.sla
Subclasses with type arguments of type SlaWindow in com.nmontytskyi.monitoring.server.slaModifier and TypeClassDescriptionenumDefines the time window over which an SLA report is calculated.Methods in com.nmontytskyi.monitoring.server.sla that return SlaWindowModifier and TypeMethodDescriptionstatic SlaWindowReturns the enum constant of this class with the specified name.static SlaWindow[]SlaWindow.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.nmontytskyi.monitoring.server.sla with parameters of type SlaWindow -
Uses of SlaWindow in com.nmontytskyi.monitoring.server.web
Methods in com.nmontytskyi.monitoring.server.web with parameters of type SlaWindow