Uses of Enum
com.microsoft.graph.models.MeetingAudience
Packages that use MeetingAudience
-
Uses of MeetingAudience in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return MeetingAudienceModifier and TypeMethodDescriptionstatic MeetingAudienceVirtualEventTownhall.getAudience()Gets the audience property value.VirtualEventWebinar.getAudience()Gets the audience property value.static MeetingAudienceReturns the enum constant of this type with the specified name.static MeetingAudience[]MeetingAudience.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type MeetingAudienceModifier and TypeMethodDescriptionvoidVirtualEventTownhall.setAudience(MeetingAudience value) Sets the audience property value.voidVirtualEventWebinar.setAudience(MeetingAudience value) Sets the audience property value.