Class UserFeedback

java.lang.Object
com.microsoft.graph.callrecords.models.UserFeedback
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class UserFeedback extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the User Feedback.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • rating

      @SerializedName(value="rating", alternate="Rating") @Expose @Nullable public UserFeedbackRating rating
      The Rating. The rating provided by the user of this endpoint about the quality of this Session. Possible values are: notRated, bad, poor, fair, good, excellent, unknownFutureValue.
    • text

      @SerializedName(value="text", alternate="Text") @Expose @Nullable public String text
      The Text. The feedback text provided by the user of this endpoint for the session.
    • tokens

      @SerializedName(value="tokens", alternate="Tokens") @Expose @Nullable public FeedbackTokenSet tokens
      The Tokens. The set of feedback tokens provided by the user of this endpoint for the session. This is a set of Boolean properties. The property names should not be relied upon since they may change depending on what tokens are offered to the user.
  • Constructor Details

    • UserFeedback

      public UserFeedback()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to