Uses of Class
io.gs2.ranking.model.Scope
Packages that use Scope
-
Uses of Scope in io.gs2.ranking.model
Methods in io.gs2.ranking.model that return ScopeModifier and TypeMethodDescriptionstatic ScopeScope.fromJson(com.fasterxml.jackson.databind.JsonNode data) Scope.withTargetDays(Long targetDays) Methods in io.gs2.ranking.model that return types with arguments of type ScopeModifier and TypeMethodDescriptionCategoryModel.getAdditionalScopes()Deprecated.CategoryModelMaster.getAdditionalScopes()Deprecated.GlobalRankingSetting.getAdditionalScopes()Method parameters in io.gs2.ranking.model with type arguments of type ScopeModifier and TypeMethodDescriptionvoidCategoryModel.setAdditionalScopes(List<Scope> additionalScopes) Deprecated.voidCategoryModelMaster.setAdditionalScopes(List<Scope> additionalScopes) Deprecated.voidGlobalRankingSetting.setAdditionalScopes(List<Scope> additionalScopes) CategoryModel.withAdditionalScopes(List<Scope> additionalScopes) Deprecated.CategoryModelMaster.withAdditionalScopes(List<Scope> additionalScopes) Deprecated.GlobalRankingSetting.withAdditionalScopes(List<Scope> additionalScopes) -
Uses of Scope in io.gs2.ranking.request
Methods in io.gs2.ranking.request that return types with arguments of type ScopeModifier and TypeMethodDescriptionCreateCategoryModelMasterRequest.getAdditionalScopes()Deprecated.UpdateCategoryModelMasterRequest.getAdditionalScopes()Deprecated.Method parameters in io.gs2.ranking.request with type arguments of type ScopeModifier and TypeMethodDescriptionvoidCreateCategoryModelMasterRequest.setAdditionalScopes(List<Scope> additionalScopes) Deprecated.voidUpdateCategoryModelMasterRequest.setAdditionalScopes(List<Scope> additionalScopes) Deprecated.CreateCategoryModelMasterRequest.withAdditionalScopes(List<Scope> additionalScopes) Deprecated.UpdateCategoryModelMasterRequest.withAdditionalScopes(List<Scope> additionalScopes) Deprecated.