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 Summary
FieldsModifier and TypeFieldDescriptionthe OData type of the object as returned by the serviceThe Rating.The Text.The Tokens. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
rating
@SerializedName(value="rating", alternate="Rating") @Expose @Nullable public UserFeedbackRating ratingThe 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
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 tokensThe 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:
additionalDataManagerin interfacecom.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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-