Uses of Enum
com.microsoft.graph.models.BroadcastMeetingAudience
Packages that use BroadcastMeetingAudience
-
Uses of BroadcastMeetingAudience in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return BroadcastMeetingAudienceModifier and TypeMethodDescriptionstatic BroadcastMeetingAudienceBroadcastMeetingSettings.getAllowedAudience()Gets the allowedAudience property value.static BroadcastMeetingAudienceReturns the enum constant of this type with the specified name.static BroadcastMeetingAudience[]BroadcastMeetingAudience.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 BroadcastMeetingAudienceModifier and TypeMethodDescriptionvoidBroadcastMeetingSettings.setAllowedAudience(BroadcastMeetingAudience value) Sets the allowedAudience property value.