Uses of Class
io.gs2.cdk.mission.model.CounterScopeModel
Packages that use CounterScopeModel
-
Uses of CounterScopeModel in io.gs2.cdk.mission.model
Methods in io.gs2.cdk.mission.model that return CounterScopeModelModifier and TypeMethodDescriptionstatic CounterScopeModelCounterScopeModel.resetTypeIsDaily(Integer resetHour) static CounterScopeModelCounterScopeModel.resetTypeIsDaily(Integer resetHour, CounterScopeModelResetTypeIsDailyOptions options) static CounterScopeModelCounterScopeModel.resetTypeIsMonthly(Integer resetDayOfMonth, Integer resetHour) static CounterScopeModelCounterScopeModel.resetTypeIsMonthly(Integer resetDayOfMonth, Integer resetHour, CounterScopeModelResetTypeIsMonthlyOptions options) static CounterScopeModelCounterScopeModel.resetTypeIsNotReset()static CounterScopeModelCounterScopeModel.resetTypeIsNotReset(CounterScopeModelResetTypeIsNotResetOptions options) static CounterScopeModelCounterScopeModel.resetTypeIsWeekly(CounterScopeModelResetDayOfWeek resetDayOfWeek, Integer resetHour) static CounterScopeModelCounterScopeModel.resetTypeIsWeekly(CounterScopeModelResetDayOfWeek resetDayOfWeek, Integer resetHour, CounterScopeModelResetTypeIsWeeklyOptions options) Constructor parameters in io.gs2.cdk.mission.model with type arguments of type CounterScopeModelModifierConstructorDescriptionCounterModel(String name, List<CounterScopeModel> scopes) CounterModel(String name, List<CounterScopeModel> scopes, CounterModelOptions options)