Uses of Enum
com.microsoft.graph.models.FollowupFlagStatus
Packages that use FollowupFlagStatus
-
Uses of FollowupFlagStatus in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return FollowupFlagStatusModifier and TypeMethodDescriptionstatic FollowupFlagStatusFollowupFlag.getFlagStatus()Gets the flagStatus property value.static FollowupFlagStatusReturns the enum constant of this type with the specified name.static FollowupFlagStatus[]FollowupFlagStatus.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 FollowupFlagStatusModifier and TypeMethodDescriptionvoidFollowupFlag.setFlagStatus(FollowupFlagStatus value) Sets the flagStatus property value.