Class ParticipantEndpoint
java.lang.Object
com.microsoft.graph.callrecords.models.Endpoint
com.microsoft.graph.callrecords.models.ParticipantEndpoint
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class ParticipantEndpoint
extends Endpoint
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Participant Endpoint.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Feedback.The Identity. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.callrecords.models.Endpoint
additionalDataManager
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
feedback
@SerializedName(value="feedback", alternate="Feedback") @Expose @Nullable public UserFeedback feedbackThe Feedback. The feedback provided by the user of this endpoint about the quality of the session. -
identity
@SerializedName(value="identity", alternate="Identity") @Expose @Nullable public IdentitySet identityThe Identity. Identity associated with the endpoint.
-
-
Constructor Details
-
ParticipantEndpoint
public ParticipantEndpoint()
-
-
Method Details
-
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 interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Overrides:
setRawObject
in classEndpoint
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-