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 Details

    • feedback

      @SerializedName(value="feedback", alternate="Feedback") @Expose @Nullable public UserFeedback feedback
      The 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 identity
      The 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 interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class Endpoint
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to