Uses of Enum Class
io.gs2.cdk.mission.model.enums.CounterScopeModelResetDayOfWeek
Packages that use CounterScopeModelResetDayOfWeek
Package
Description
-
Uses of CounterScopeModelResetDayOfWeek in io.gs2.cdk.mission.model
Methods in io.gs2.cdk.mission.model with parameters of type CounterScopeModelResetDayOfWeekModifier and TypeMethodDescriptionstatic CounterScopeModelCounterScopeModel.resetTypeIsWeekly(CounterScopeModelResetDayOfWeek resetDayOfWeek, Integer resetHour) static CounterScopeModelCounterScopeModel.resetTypeIsWeekly(CounterScopeModelResetDayOfWeek resetDayOfWeek, Integer resetHour, CounterScopeModelResetTypeIsWeeklyOptions options) -
Uses of CounterScopeModelResetDayOfWeek in io.gs2.cdk.mission.model.enums
Methods in io.gs2.cdk.mission.model.enums that return CounterScopeModelResetDayOfWeekModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static CounterScopeModelResetDayOfWeek[]CounterScopeModelResetDayOfWeek.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CounterScopeModelResetDayOfWeek in io.gs2.cdk.mission.model.options
Fields in io.gs2.cdk.mission.model.options declared as CounterScopeModelResetDayOfWeekMethods in io.gs2.cdk.mission.model.options with parameters of type CounterScopeModelResetDayOfWeekModifier and TypeMethodDescriptionCounterScopeModelOptions.withResetDayOfWeek(CounterScopeModelResetDayOfWeek resetDayOfWeek)