Uses of Class
io.gs2.grade.model.GradeEntryModel
Packages that use GradeEntryModel
-
Uses of GradeEntryModel in io.gs2.grade.model
Methods in io.gs2.grade.model that return GradeEntryModelModifier and TypeMethodDescriptionstatic GradeEntryModelGradeEntryModel.fromJson(com.fasterxml.jackson.databind.JsonNode data) GradeEntryModel.withGradeUpPropertyIdRegex(String gradeUpPropertyIdRegex) GradeEntryModel.withMetadata(String metadata) GradeEntryModel.withPropertyIdRegex(String propertyIdRegex) GradeEntryModel.withRankCapValue(Long rankCapValue) Methods in io.gs2.grade.model that return types with arguments of type GradeEntryModelModifier and TypeMethodDescriptionGradeModel.getGradeEntries()GradeModelMaster.getGradeEntries()Method parameters in io.gs2.grade.model with type arguments of type GradeEntryModelModifier and TypeMethodDescriptionvoidGradeModel.setGradeEntries(List<GradeEntryModel> gradeEntries) voidGradeModelMaster.setGradeEntries(List<GradeEntryModel> gradeEntries) GradeModel.withGradeEntries(List<GradeEntryModel> gradeEntries) GradeModelMaster.withGradeEntries(List<GradeEntryModel> gradeEntries) -
Uses of GradeEntryModel in io.gs2.grade.request
Methods in io.gs2.grade.request that return types with arguments of type GradeEntryModelModifier and TypeMethodDescriptionCreateGradeModelMasterRequest.getGradeEntries()UpdateGradeModelMasterRequest.getGradeEntries()Method parameters in io.gs2.grade.request with type arguments of type GradeEntryModelModifier and TypeMethodDescriptionvoidCreateGradeModelMasterRequest.setGradeEntries(List<GradeEntryModel> gradeEntries) voidUpdateGradeModelMasterRequest.setGradeEntries(List<GradeEntryModel> gradeEntries) CreateGradeModelMasterRequest.withGradeEntries(List<GradeEntryModel> gradeEntries) UpdateGradeModelMasterRequest.withGradeEntries(List<GradeEntryModel> gradeEntries)