Package com.microsoft.graph.models
Class ParticipantLeftNotification
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.ParticipantLeftNotification
- All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder
,com.microsoft.kiota.serialization.Parsable
,com.microsoft.kiota.store.BackedModel
@Generated("com.microsoft.kiota")
public class ParticipantLeftNotification
extends Entity
implements com.microsoft.kiota.serialization.Parsable
-
Field Summary
Fields inherited from class com.microsoft.graph.models.Entity
backingStore
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ParticipantLeftNotification
createFromDiscriminatorValue
(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valuegetCall()
Gets the call property value.The deserialization information for the current modelGets the participantId property value.void
serialize
(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoid
Sets the call property value.void
setParticipantId
(String value) Sets the participantId property value.Methods inherited from class com.microsoft.graph.models.Entity
getAdditionalData, getBackingStore, getId, getOdataType, setAdditionalData, setBackingStore, setId, setOdataType
-
Constructor Details
-
ParticipantLeftNotification
public ParticipantLeftNotification()Instantiates a newParticipantLeftNotification
and sets the default values.
-
-
Method Details
-
createFromDiscriminatorValue
@Nonnull public static ParticipantLeftNotification createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator value- Parameters:
parseNode
- The parse node to use to read the discriminator value and create the object- Returns:
- a
ParticipantLeftNotification
-
getCall
Gets the call property value. The call property- Returns:
- a
Call
-
getFieldDeserializers
@Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()The deserialization information for the current model- Specified by:
getFieldDeserializers
in interfacecom.microsoft.kiota.serialization.Parsable
- Overrides:
getFieldDeserializers
in classEntity
- Returns:
- a
Map<String,
Consumer<com.microsoft.kiota.serialization.ParseNode>>
-
getParticipantId
Gets the participantId property value. ID of the participant under the policy who has left the meeting.- Returns:
- a
String
-
serialize
public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current object -
setCall
Sets the call property value. The call property- Parameters:
value
- Value to set for the call property.
-
setParticipantId
Sets the participantId property value. ID of the participant under the policy who has left the meeting.- Parameters:
value
- Value to set for the participantId property.
-