Uses of Class
com.microsoft.graph.models.Participant
Packages that use Participant
-
Uses of Participant in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ParticipantModifier and TypeMethodDescriptionstatic ParticipantParticipant.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type ParticipantModifier and TypeMethodDescriptionCall.getParticipants()Gets the participants property value.CallEvent.getParticipants()Gets the participants property value.DeltaParticipants.getParticipants()Gets the participants property value.ParticipantCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type ParticipantModifier and TypeMethodDescriptionvoidCall.setParticipants(List<Participant> value) Sets the participants property value.voidCallEvent.setParticipants(List<Participant> value) Sets the participants property value.voidDeltaParticipants.setParticipants(List<Participant> value) Sets the participants property value.voidParticipantCollectionResponse.setValue(List<Participant> value) Sets the value property value.