Uses of Class
odata.msgraph.client.beta.callRecords.complex.UserFeedback
-
Packages that use UserFeedback Package Description odata.msgraph.client.beta.callRecords.complex -
-
Uses of UserFeedback in odata.msgraph.client.beta.callRecords.complex
Fields in odata.msgraph.client.beta.callRecords.complex declared as UserFeedback Modifier and Type Field Description protected UserFeedbackParticipantEndpoint. feedbackMethods in odata.msgraph.client.beta.callRecords.complex that return UserFeedback Modifier and Type Method Description UserFeedbackUserFeedback.Builder. build()UserFeedbackUserFeedback. withRating(UserFeedbackRating rating)UserFeedbackUserFeedback. withText(String text)UserFeedbackUserFeedback. withTokens(FeedbackTokenSet tokens)UserFeedbackUserFeedback. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.callRecords.complex that return types with arguments of type UserFeedback Modifier and Type Method Description Optional<UserFeedback>ParticipantEndpoint. getFeedback()Methods in odata.msgraph.client.beta.callRecords.complex with parameters of type UserFeedback Modifier and Type Method Description ParticipantEndpoint.BuilderParticipantEndpoint.Builder. feedback(UserFeedback feedback)ParticipantEndpointParticipantEndpoint. withFeedback(UserFeedback feedback)
-