Uses of Enum
com.microsoft.graph.models.OnlineMeetingRole
Packages that use OnlineMeetingRole
-
Uses of OnlineMeetingRole in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return OnlineMeetingRoleModifier and TypeMethodDescriptionstatic OnlineMeetingRoleMeetingParticipantInfo.getRole()Gets the role property value.static OnlineMeetingRoleReturns the enum constant of this type with the specified name.static OnlineMeetingRole[]OnlineMeetingRole.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 OnlineMeetingRoleModifier and TypeMethodDescriptionvoidMeetingParticipantInfo.setRole(OnlineMeetingRole value) Sets the role property value.