Uses of Class
odata.msgraph.client.beta.complex.RubricQualityFeedbackModel
-
Packages that use RubricQualityFeedbackModel Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of RubricQualityFeedbackModel in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return RubricQualityFeedbackModel Modifier and Type Method Description RubricQualityFeedbackModelRubricQualityFeedbackModel.Builder. build()RubricQualityFeedbackModelRubricQualityFeedbackModel. withFeedback(EducationItemBody feedback)RubricQualityFeedbackModelRubricQualityFeedbackModel. withQualityId(String qualityId)RubricQualityFeedbackModelRubricQualityFeedbackModel. withUnmappedField(String name, String value) -
Uses of RubricQualityFeedbackModel in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type RubricQualityFeedbackModel Modifier and Type Field Description protected List<RubricQualityFeedbackModel>EducationRubricOutcome. publishedRubricQualityFeedbackprotected List<RubricQualityFeedbackModel>EducationRubricOutcome. rubricQualityFeedbackMethods in odata.msgraph.client.beta.entity that return types with arguments of type RubricQualityFeedbackModel Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<RubricQualityFeedbackModel>EducationRubricOutcome. getPublishedRubricQualityFeedback()com.github.davidmoten.odata.client.CollectionPage<RubricQualityFeedbackModel>EducationRubricOutcome. getPublishedRubricQualityFeedback(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<RubricQualityFeedbackModel>EducationRubricOutcome. getRubricQualityFeedback()com.github.davidmoten.odata.client.CollectionPage<RubricQualityFeedbackModel>EducationRubricOutcome. getRubricQualityFeedback(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.entity with parameters of type RubricQualityFeedbackModel Modifier and Type Method Description EducationRubricOutcome.BuilderEducationRubricOutcome.Builder. publishedRubricQualityFeedback(RubricQualityFeedbackModel... publishedRubricQualityFeedback)EducationRubricOutcome.BuilderEducationRubricOutcome.Builder. rubricQualityFeedback(RubricQualityFeedbackModel... rubricQualityFeedback)Method parameters in odata.msgraph.client.beta.entity with type arguments of type RubricQualityFeedbackModel Modifier and Type Method Description EducationRubricOutcome.BuilderEducationRubricOutcome.Builder. publishedRubricQualityFeedback(List<RubricQualityFeedbackModel> publishedRubricQualityFeedback)EducationRubricOutcome.BuilderEducationRubricOutcome.Builder. rubricQualityFeedback(List<RubricQualityFeedbackModel> rubricQualityFeedback)EducationRubricOutcomeEducationRubricOutcome. withPublishedRubricQualityFeedback(List<RubricQualityFeedbackModel> publishedRubricQualityFeedback)EducationRubricOutcomeEducationRubricOutcome. withRubricQualityFeedback(List<RubricQualityFeedbackModel> rubricQualityFeedback)
-