Uses of Class
odata.msgraph.client.beta.callRecords.enums.UserFeedbackRating
-
Packages that use UserFeedbackRating Package Description odata.msgraph.client.beta.callRecords.complex odata.msgraph.client.beta.callRecords.enums -
-
Uses of UserFeedbackRating in odata.msgraph.client.beta.callRecords.complex
Fields in odata.msgraph.client.beta.callRecords.complex declared as UserFeedbackRating Modifier and Type Field Description protected UserFeedbackRatingUserFeedback. ratingMethods in odata.msgraph.client.beta.callRecords.complex that return types with arguments of type UserFeedbackRating Modifier and Type Method Description Optional<UserFeedbackRating>UserFeedback. getRating()Methods in odata.msgraph.client.beta.callRecords.complex with parameters of type UserFeedbackRating Modifier and Type Method Description UserFeedback.BuilderUserFeedback.Builder. rating(UserFeedbackRating rating)UserFeedbackUserFeedback. withRating(UserFeedbackRating rating) -
Uses of UserFeedbackRating in odata.msgraph.client.beta.callRecords.enums
Methods in odata.msgraph.client.beta.callRecords.enums that return UserFeedbackRating Modifier and Type Method Description static UserFeedbackRatingUserFeedbackRating. valueOf(String name)Returns the enum constant of this type with the specified name.static UserFeedbackRating[]UserFeedbackRating. values()Returns an array containing the constants of this enum type, in the order they are declared.
-