Uses of Class
io.gs2.grade.model.GradeModel
Packages that use GradeModel
-
Uses of GradeModel in io.gs2.grade.model
Methods in io.gs2.grade.model that return GradeModelModifier and TypeMethodDescriptionstatic GradeModelGradeModel.fromJson(com.fasterxml.jackson.databind.JsonNode data) GradeModel.withAcquireActionRates(List<AcquireActionRate> acquireActionRates) GradeModel.withDefaultGrades(List<DefaultGradeModel> defaultGrades) GradeModel.withExperienceModelId(String experienceModelId) GradeModel.withGradeEntries(List<GradeEntryModel> gradeEntries) GradeModel.withGradeModelId(String gradeModelId) GradeModel.withMetadata(String metadata) Methods in io.gs2.grade.model with parameters of type GradeModel -
Uses of GradeModel in io.gs2.grade.result
Methods in io.gs2.grade.result that return GradeModelMethods in io.gs2.grade.result that return types with arguments of type GradeModelMethods in io.gs2.grade.result with parameters of type GradeModelModifier and TypeMethodDescriptionvoidGetGradeModelResult.setItem(GradeModel item) GetGradeModelResult.withItem(GradeModel item) Method parameters in io.gs2.grade.result with type arguments of type GradeModelModifier and TypeMethodDescriptionvoidDescribeGradeModelsResult.setItems(List<GradeModel> items) DescribeGradeModelsResult.withItems(List<GradeModel> items)