Uses of Class
odata.msgraph.client.beta.complex.EducationFeedback
-
Packages that use EducationFeedback Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of EducationFeedback in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return EducationFeedback Modifier and Type Method Description EducationFeedbackEducationFeedback.Builder. build()EducationFeedbackEducationFeedback. withFeedbackBy(IdentitySet feedbackBy)EducationFeedbackEducationFeedback. withFeedbackDateTime(OffsetDateTime feedbackDateTime)EducationFeedbackEducationFeedback. withText(EducationItemBody text)EducationFeedbackEducationFeedback. withUnmappedField(String name, String value) -
Uses of EducationFeedback in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as EducationFeedback Modifier and Type Field Description protected EducationFeedbackEducationFeedbackOutcome. feedbackprotected EducationFeedbackEducationFeedbackOutcome. publishedFeedbackMethods in odata.msgraph.client.beta.entity that return types with arguments of type EducationFeedback Modifier and Type Method Description Optional<EducationFeedback>EducationFeedbackOutcome. getFeedback()Optional<EducationFeedback>EducationFeedbackOutcome. getPublishedFeedback()Methods in odata.msgraph.client.beta.entity with parameters of type EducationFeedback Modifier and Type Method Description EducationFeedbackOutcome.BuilderEducationFeedbackOutcome.Builder. feedback(EducationFeedback feedback)EducationFeedbackOutcome.BuilderEducationFeedbackOutcome.Builder. publishedFeedback(EducationFeedback publishedFeedback)EducationFeedbackOutcomeEducationFeedbackOutcome. withFeedback(EducationFeedback feedback)EducationFeedbackOutcomeEducationFeedbackOutcome. withPublishedFeedback(EducationFeedback publishedFeedback)
-