Uses of Enum
com.microsoft.graph.models.ManagedAppFlaggedReason
Packages that use ManagedAppFlaggedReason
-
Uses of ManagedAppFlaggedReason in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ManagedAppFlaggedReasonModifier and TypeMethodDescriptionstatic ManagedAppFlaggedReasonstatic ManagedAppFlaggedReasonReturns the enum constant of this type with the specified name.static ManagedAppFlaggedReason[]ManagedAppFlaggedReason.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models that return types with arguments of type ManagedAppFlaggedReasonModifier and TypeMethodDescriptionManagedAppRegistration.getFlaggedReasons()Gets the flaggedReasons property value.Method parameters in com.microsoft.graph.models with type arguments of type ManagedAppFlaggedReasonModifier and TypeMethodDescriptionvoidManagedAppRegistration.setFlaggedReasons(List<ManagedAppFlaggedReason> value) Sets the flaggedReasons property value.