Uses of Class
com.microsoft.graph.models.OnlineMeeting
Packages that use OnlineMeeting
-
Uses of OnlineMeeting in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return OnlineMeetingModifier and TypeMethodDescriptionstatic OnlineMeetingOnlineMeeting.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueOnlineMeetingEngagementConversation.getOnlineMeeting()Gets the onlineMeeting property value.Methods in com.microsoft.graph.models that return types with arguments of type OnlineMeetingModifier and TypeMethodDescriptionCloudCommunications.getOnlineMeetings()Gets the onlineMeetings property value.User.getOnlineMeetings()Gets the onlineMeetings property value.OnlineMeetingCollectionResponse.getValue()Gets the value property value.Methods in com.microsoft.graph.models with parameters of type OnlineMeetingModifier and TypeMethodDescriptionvoidOnlineMeetingEngagementConversation.setOnlineMeeting(OnlineMeeting value) Sets the onlineMeeting property value.Method parameters in com.microsoft.graph.models with type arguments of type OnlineMeetingModifier and TypeMethodDescriptionvoidCloudCommunications.setOnlineMeetings(List<OnlineMeeting> value) Sets the onlineMeetings property value.voidUser.setOnlineMeetings(List<OnlineMeeting> value) Sets the onlineMeetings property value.voidOnlineMeetingCollectionResponse.setValue(List<OnlineMeeting> value) Sets the value property value.