Uses of Enum
com.microsoft.graph.models.MeetingLiveShareOptions
Packages that use MeetingLiveShareOptions
-
Uses of MeetingLiveShareOptions in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return MeetingLiveShareOptionsModifier and TypeMethodDescriptionstatic MeetingLiveShareOptionsOnlineMeetingBase.getAllowLiveShare()Gets the allowLiveShare property value.static MeetingLiveShareOptionsReturns the enum constant of this type with the specified name.static MeetingLiveShareOptions[]MeetingLiveShareOptions.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 MeetingLiveShareOptionsModifier and TypeMethodDescriptionvoidOnlineMeetingBase.setAllowLiveShare(MeetingLiveShareOptions value) Sets the allowLiveShare property value.