Uses of Class
com.microsoft.graph.models.VirtualEvent
Packages that use VirtualEvent
-
Uses of VirtualEvent in com.microsoft.graph.models
Subclasses of VirtualEvent in com.microsoft.graph.modelsMethods in com.microsoft.graph.models that return VirtualEventModifier and TypeMethodDescriptionstatic VirtualEventVirtualEvent.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 VirtualEventModifier and TypeMethodDescriptionVirtualEventsRoot.getEvents()Gets the events property value.VirtualEventCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type VirtualEventModifier and TypeMethodDescriptionvoidVirtualEventsRoot.setEvents(List<VirtualEvent> value) Sets the events property value.voidVirtualEventCollectionResponse.setValue(List<VirtualEvent> value) Sets the value property value.