Uses of Class
com.microsoft.graph.models.VirtualEventExternalInformation
Packages that use VirtualEventExternalInformation
-
Uses of VirtualEventExternalInformation in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return VirtualEventExternalInformationModifier and TypeMethodDescriptionVirtualEventExternalInformation.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 VirtualEventExternalInformationModifier and TypeMethodDescriptionMeetingAttendanceReport.getExternalEventInformation()Gets the externalEventInformation property value.VirtualEvent.getExternalEventInformation()Gets the externalEventInformation property value.Method parameters in com.microsoft.graph.models with type arguments of type VirtualEventExternalInformationModifier and TypeMethodDescriptionvoidMeetingAttendanceReport.setExternalEventInformation(List<VirtualEventExternalInformation> value) Sets the externalEventInformation property value.voidVirtualEvent.setExternalEventInformation(List<VirtualEventExternalInformation> value) Sets the externalEventInformation property value.