Uses of Class
com.microsoft.graph.models.VirtualEventTownhall
Packages that use VirtualEventTownhall
-
Uses of VirtualEventTownhall in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return VirtualEventTownhallModifier and TypeMethodDescriptionstatic VirtualEventTownhallVirtualEventTownhall.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 VirtualEventTownhallModifier and TypeMethodDescriptionVirtualEventsRoot.getTownhalls()Gets the townhalls property value.VirtualEventTownhallCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type VirtualEventTownhallModifier and TypeMethodDescriptionvoidVirtualEventsRoot.setTownhalls(List<VirtualEventTownhall> value) Sets the townhalls property value.voidVirtualEventTownhallCollectionResponse.setValue(List<VirtualEventTownhall> value) Sets the value property value.