Uses of Class
io.gs2.cdk.ranking.model.options.CategoryModelScopeIsGlobalOptions
Packages that use CategoryModelScopeIsGlobalOptions
-
Uses of CategoryModelScopeIsGlobalOptions in io.gs2.cdk.ranking.model
Methods in io.gs2.cdk.ranking.model with parameters of type CategoryModelScopeIsGlobalOptionsModifier and TypeMethodDescriptionstatic CategoryModelCategoryModel.scopeIsGlobal(String name, Boolean sum, CategoryModelOrderDirection orderDirection, GlobalRankingSetting globalRankingSetting, Boolean uniqueByUserId, Integer calculateIntervalMinutes, CategoryModelScopeIsGlobalOptions options) -
Uses of CategoryModelScopeIsGlobalOptions in io.gs2.cdk.ranking.model.options
Methods in io.gs2.cdk.ranking.model.options that return CategoryModelScopeIsGlobalOptionsModifier and TypeMethodDescriptionCategoryModelScopeIsGlobalOptions.withAccessPeriodEventId(String accessPeriodEventId) CategoryModelScopeIsGlobalOptions.withAdditionalScopes(List<Scope> additionalScopes) CategoryModelScopeIsGlobalOptions.withCalculateFixedTimingHour(Integer calculateFixedTimingHour) CategoryModelScopeIsGlobalOptions.withCalculateFixedTimingMinute(Integer calculateFixedTimingMinute) CategoryModelScopeIsGlobalOptions.withEntryPeriodEventId(String entryPeriodEventId) CategoryModelScopeIsGlobalOptions.withGeneration(String generation) CategoryModelScopeIsGlobalOptions.withIgnoreUserIds(List<String> ignoreUserIds) CategoryModelScopeIsGlobalOptions.withMaximumValue(Long maximumValue) CategoryModelScopeIsGlobalOptions.withMetadata(String metadata) CategoryModelScopeIsGlobalOptions.withMinimumValue(Long minimumValue)