Uses of Enum
com.microsoft.graph.models.NotifyMembers
Packages that use NotifyMembers
-
Uses of NotifyMembers in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return NotifyMembersModifier and TypeMethodDescriptionstatic NotifyMembersTargetOwners.getNotifyMembers()Gets the notifyMembers property value.static NotifyMembersReturns the enum constant of this type with the specified name.static NotifyMembers[]NotifyMembers.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 NotifyMembersModifier and TypeMethodDescriptionvoidTargetOwners.setNotifyMembers(NotifyMembers value) Sets the notifyMembers property value.