Uses of Class
io.gs2.ranking.model.CalculatedAt
Packages that use CalculatedAt
-
Uses of CalculatedAt in io.gs2.ranking.model
Methods in io.gs2.ranking.model that return CalculatedAtModifier and TypeMethodDescriptionstatic CalculatedAtCalculatedAt.fromJson(com.fasterxml.jackson.databind.JsonNode data) CalculatedAt.withCalculatedAt(Long calculatedAt) CalculatedAt.withCategoryName(String categoryName) Methods in io.gs2.ranking.model that return types with arguments of type CalculatedAtMethod parameters in io.gs2.ranking.model with type arguments of type CalculatedAtModifier and TypeMethodDescriptionvoidNamespace.setLastCalculatedAts(List<CalculatedAt> lastCalculatedAts) Namespace.withLastCalculatedAts(List<CalculatedAt> lastCalculatedAts)