Uses of Class
com.microsoft.graph.models.ParticipantInfo
Packages that use ParticipantInfo
-
Uses of ParticipantInfo in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ParticipantInfoModifier and TypeMethodDescriptionstatic ParticipantInfoParticipantInfo.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueParticipant.getInfo()Gets the info property value.Call.getSource()Gets the source property value.Methods in com.microsoft.graph.models with parameters of type ParticipantInfoModifier and TypeMethodDescriptionvoidParticipant.setInfo(ParticipantInfo value) Sets the info property value.voidCall.setSource(ParticipantInfo value) Sets the source property value.