Uses of Enum Class
com.serinity.exercicecontrol.service.WorldTimeApiService.DayPhase
Packages that use WorldTimeApiService.DayPhase
-
Uses of WorldTimeApiService.DayPhase in com.serinity.exercicecontrol.service
Subclasses with type arguments of type WorldTimeApiService.DayPhase in com.serinity.exercicecontrol.serviceMethods in com.serinity.exercicecontrol.service that return WorldTimeApiService.DayPhaseModifier and TypeMethodDescriptionWorldTimeApiService.WorldTimeInfo.phase()Returns the value of thephaserecord component.static WorldTimeApiService.DayPhaseReturns the enum constant of this class with the specified name.static WorldTimeApiService.DayPhase[]WorldTimeApiService.DayPhase.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.serinity.exercicecontrol.service with parameters of type WorldTimeApiService.DayPhaseModifierConstructorDescriptionWorldTimeInfo(String timezone, OffsetDateTime dateTime, int hour, WorldTimeApiService.DayPhase phase) Creates an instance of aWorldTimeInforecord class.